File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 3
3
## Unreleased
4
4
5
5
6
+ ## Version 0.14.5
7
+
8
+ ## Changed
9
+ - Creating and updating contacts via the API now allows setting the ` status `
10
+ field.
11
+ - Contacts list is now sorted in decending order by default
12
+
13
+ ## Fixed
14
+ - Segments are now guaranteed to be initialized with a valid (empty) filter,
15
+ avoiding potential crashes with ` nil ` filters.
16
+ - ` MAILER_SMTP_FROM_EMAIL ` is now used for sending system emails again.
17
+
18
+
6
19
## Version 0.14.4
7
20
8
21
## Fixed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Keila.MixProject do
4
4
def project do
5
5
[
6
6
app: :keila ,
7
- version: "0.14.4 " ,
7
+ version: "0.14.5 " ,
8
8
elixir: "~> 1.15" ,
9
9
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
10
10
compilers: [ :phoenix ] ++ Mix . compilers ( ) ,
You can’t perform that action at this time.
0 commit comments