Skip to content

Commit b7f1fb2

Browse files
committed
Release Keila 0.14.4
1 parent a140093 commit b7f1fb2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Unreleased
44

5+
6+
## Version 0.14.4
7+
8+
## Fixed
9+
- Avoid potential partial merging of system sender config with user-configured senders
10+
11+
512
## Version 0.14.3
613

714
## 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.3",
7+
version: "0.14.4",
88
elixir: "~> 1.15",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: [:phoenix] ++ Mix.compilers(),

0 commit comments

Comments
 (0)