diff --git a/CHANGELOG.md b/CHANGELOG.md index f425ec49..5ab56e1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ ## Unreleased +## Version 0.14.5 + +## Changed +- Creating and updating contacts via the API now allows setting the `status` + field. +- Contacts list is now sorted in decending order by default + +## Fixed +- Segments are now guaranteed to be initialized with a valid (empty) filter, + avoiding potential crashes with `nil` filters. +- `MAILER_SMTP_FROM_EMAIL` is now used for sending system emails again. + + ## Version 0.14.4 ## Fixed diff --git a/mix.exs b/mix.exs index 189a88c7..56e9051c 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Keila.MixProject do def project do [ app: :keila, - version: "0.14.4", + version: "0.14.5", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix] ++ Mix.compilers(),