diff --git a/CHANGELOG.md b/CHANGELOG.md index 1381079..3302a27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Changelog ========= +## v0.4.1 + + - Patch release to fix hex publish issues + - No functional changes in code + + + ## v0.4.0 - Fix function warnings on recent Elixir versions diff --git a/README.md b/README.md index 5ace2a8..72f276a 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Add `:memento` to your list of dependencies in your Mix file: ```elixir def deps do - [{:memento, "~> 0.4.0"}] + [{:memento, "~> 0.4.1"}] end ``` diff --git a/mix.exs b/mix.exs index 48dfdfd..444f1f1 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Memento.Mixfile do @app :memento @name "Memento" - @version "0.4.0" + @version "0.4.1" @github "https://github.com/sheharyarn/#{@app}" @author "Sheharyar Naseer" @license "MIT"