Skip to content

Commit 2eee34e

Browse files
committed
Release Keila 0.12.7
1 parent 201a3f3 commit 2eee34e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
6+
## Version 0.12.7
7+
8+
### Added
9+
- Added `MAILER_ENABLE_SSL` option to configure a system mailer with SSL/TLS
10+
511
### Fixed
612
- Markdown campaigns now allow adding links to images
713

mix.exs

+1-1
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.12.6",
7+
version: "0.12.7",
88
elixir: "~> 1.14",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: [:phoenix] ++ Mix.compilers(),

0 commit comments

Comments
 (0)