Skip to content

Commit

Permalink
Release Keila 0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed May 18, 2024
1 parent 05da700 commit c81d1fc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit c81d1fc

Please sign in to comment.