Skip to content

Commit

Permalink
Release Keila 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Jul 29, 2023
1 parent 0b10ac3 commit 1f29241
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

## Unreleased

## Version 0.12.3

### Changed
- Failed campaign emails are now logged via `Logger.warning/1` instead of
`Logger.debug/1`.


## Version 0.12.2

### Fixed
- Email preview text is now actually included in emails
- Layout blocks now have a default 1:1 ratio, ensuring they are always rendered
correctly


## Version 0.12.1

New Campaign Block Editor 📝
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.2",
version: "0.12.3",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
Expand Down

0 comments on commit 1f29241

Please sign in to comment.