Skip to content

Commit 81007ad

Browse files
committed
Release Keila v0.2.0
1 parent a49bf2e commit 81007ad

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

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+
317
## Version 0.1.0
418

519
First official release of Keila 🚀

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Keila.MixProject do
44
def project do
55
[
66
app: :keila,
7-
version: "0.1.0",
7+
version: "0.2.0",
88
elixir: "~> 1.11",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: [:phoenix, :gettext] ++ Mix.compilers(),

0 commit comments

Comments
 (0)