We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49bf2e commit 81007adCopy full SHA for 81007ad
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Changelog
2
3
+## Version 0.2.0
4
+
5
+Simplified deployments ⚙️
6
7
+### Added
8
9
+- Improved deployment workflow with automatic migrations
10
+- Automatic creation of root user
11
+- Admin panel with simple user management
12
13
+### Fixed
14
15
+- Campaigns can no longer be sent twice
16
17
## Version 0.1.0
18
19
First official release of Keila 🚀
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(),
0 commit comments