diff --git a/CHANGELOG.md b/CHANGELOG.md index c528fe4..339d25f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# management 0.3.0, yet-to-be-released +# management 0.3.0, 2021-02-03 * Add minimal captcha module * Add minimal support/contact form diff --git a/mix.exs b/mix.exs index d2fb779..cf9d494 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule RecycledCloud.MixProject do def project do [ app: :recycledcloud, - version: "0.2.0", + version: "0.3.0", elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),