From 11fb1b4a5c4ac9f4283f7ae509747dab5a023791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Wed, 3 Feb 2021 11:54:44 +0100 Subject: [PATCH] Release v0.3.0 --- CHANGELOG.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(),