diff --git a/CHANGELOG.md b/CHANGELOG.md index 056b5574..a216c1ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/mix.exs b/mix.exs index 4e3eeb77..a204e42b 100644 --- a/mix.exs +++ b/mix.exs @@ -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(),