We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a140093 commit b7f1fb2Copy full SHA for b7f1fb2
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## Unreleased
4
5
+
6
+## Version 0.14.4
7
8
+## Fixed
9
+- Avoid potential partial merging of system sender config with user-configured senders
10
11
12
## Version 0.14.3
13
14
## Fixed
mix.exs
@@ -4,7 +4,7 @@ defmodule Keila.MixProject do
def project do
[
app: :keila,
- version: "0.14.3",
+ version: "0.14.4",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
0 commit comments