Skip to content

Commit 2a91873

Browse files
committed
Release Keila v0.3.0
1 parent 4ec685c commit 2a91873

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,37 @@
11
# Changelog
22

3+
## Version 0.3.0
4+
5+
Scheduling campaigns & WYSIWYG editor ⏲️
6+
7+
### Added
8+
9+
- Campaigns can now be scheduled to be sent automatically
10+
- WYSIWYG editor for Markdown campaigns
11+
- Local sender for testing in development mode
12+
13+
### Fixed
14+
15+
- Formatted dates in local timezone now used on campaign overview page
16+
- Removed default email preview text
17+
318

419
## Version 0.2.2
520

621
## Fixed
722

823
- Fixed crash when starting release
924

25+
1026
## Version 0.2.1
1127

12-
## Fixed
28+
### Fixed
1329

1430
- TailwindCSS styles are now pruned, massively reducing CSS size
1531
- Default admin user is created correctly when `KEILA_USER` is not specified
1632
- Fixed crash when starting release
1733

34+
1835
## Version 0.2.0
1936

2037
Simplified deployments ⚙️
@@ -29,6 +46,7 @@ Simplified deployments ⚙️
2946

3047
- Campaigns can no longer be sent twice
3148

49+
3250
## Version 0.1.0
3351

3452
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.2.2",
7+
version: "0.3.0",
88
elixir: "~> 1.11",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: [:phoenix, :gettext] ++ Mix.compilers(),

0 commit comments

Comments
 (0)