From 4683419fdc153e3068a717b86b6e215df19f8c10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Wed, 20 Jan 2021 18:26:40 +0100 Subject: [PATCH] Bump to 0.2.0 --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc20c66..298a15c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# management 0.2.0, 2021-01-19 + +* Initial Odoo/Billing integration +* UserNotifier: great using username instead of email + # management 0.1.0, 2021-01-19 * LDAP-backed accounts management diff --git a/mix.exs b/mix.exs index 3ebf5b6..2eb6e03 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule RecycledCloud.MixProject do def project do [ app: :recycledcloud, - version: "0.1.0", + version: "0.2.0", elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),