Skip to content

Commit

Permalink
Release Keila 0.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Nov 3, 2023
1 parent bab44bc commit ad9f47d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
## Unreleased


## Version 0.12.8

### Added
- Added `MAILER_ENABLE_STARTTLS` option to configure a system mailer with STARTTLS (#247)


## Version 0.12.7

### Added
- Added `MAILER_ENABLE_SSL` option to configure a system mailer with SSL/TLS

### Fixed
- Markdown campaigns now allow adding links to images
- Markdown campaigns now allow adding links to images (#245)


## Version 0.12.6
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.12.7",
version: "0.12.8",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
Expand Down

0 comments on commit ad9f47d

Please sign in to comment.