From 81007ada8e0b564970e5417a8ff268a2ca7ea36b Mon Sep 17 00:00:00 2001 From: Philipp Date: Wed, 24 Feb 2021 17:01:54 +0100 Subject: [PATCH] Release Keila v0.2.0 --- CHANGELOG.md | 14 ++++++++++++++ mix.exs | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a53a9c09..2e7bea78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## Version 0.2.0 + +Simplified deployments ⚙️ + +### Added + +- Improved deployment workflow with automatic migrations +- Automatic creation of root user +- Admin panel with simple user management + +### Fixed + +- Campaigns can no longer be sent twice + ## Version 0.1.0 First official release of Keila 🚀 diff --git a/mix.exs b/mix.exs index dc3584f4..f6e18d02 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Keila.MixProject do def project do [ app: :keila, - version: "0.1.0", + version: "0.2.0", elixir: "~> 1.11", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),