Release 0.4.0

This commit is contained in:
Timothée Floure 2021-04-09 11:38:38 +02:00
parent 4a370a9952
commit 8e5ba0269f
Signed by: tfloure
GPG Key ID: 4502C902C00A1E12
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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(),