Skip to content

Commit

Permalink
Release Keila 0.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Jun 23, 2024
1 parent 037bc8b commit d1cbb86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
## Unreleased


## Version 0.14.9
## Fixed
- Enabled translation of system strings on public forms.


## Version 0.14.8
## Added
- Campaigns with type `block` and `json_body` can now be created via the API. Implements #300 (thanks @dompie for suggesting)
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.14.8",
version: "0.14.9",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
Expand Down

0 comments on commit d1cbb86

Please sign in to comment.