Skip to content

Commit c81d1fc

Browse files
committed
Release Keila 0.14.5
1 parent 05da700 commit c81d1fc

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
## Unreleased
44

55

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+
619
## Version 0.14.4
720

821
## Fixed

mix.exs

Lines changed: 1 addition & 1 deletion
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.14.4",
7+
version: "0.14.5",
88
elixir: "~> 1.15",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: [:phoenix] ++ Mix.compilers(),

0 commit comments

Comments
 (0)