Bump to 0.2.0

This commit is contained in:
Timothée Floure 2021-01-20 18:26:40 +01:00
parent f762f5c030
commit 4683419fdc
Signed by: tfloure
GPG Key ID: 4502C902C00A1E12
2 changed files with 6 additions and 1 deletions

View File

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

View File

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