diff --git a/CHANGELOG.md b/CHANGELOG.md index b476385..fa6de5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# management 0.4.0, 2021-04-09 + +* Initial VM dashboard +* Various typo fixes and error catching. + # management 0.3.1, 2021-02-03 * Allow forgery on the support request form diff --git a/mix.exs b/mix.exs index 3285dbb..d8561a9 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule RecycledCloud.MixProject do def project do [ app: :recycledcloud, - version: "0.3.1", + version: "0.4.0", elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),