Bump to 0.2.0
This commit is contained in:
parent
f762f5c030
commit
4683419fdc
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
2
mix.exs
2
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(),
|
||||
|
|
Loading…
Reference in a new issue