We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201a3f3 commit 2eee34eCopy full SHA for 2eee34e
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+
6
+## Version 0.12.7
7
8
+### Added
9
+- Added `MAILER_ENABLE_SSL` option to configure a system mailer with SSL/TLS
10
11
### Fixed
12
- Markdown campaigns now allow adding links to images
13
mix.exs
@@ -4,7 +4,7 @@ defmodule Keila.MixProject do
def project do
[
app: :keila,
- version: "0.12.6",
+ version: "0.12.7",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
0 commit comments