diff --git a/CHANGELOG.md b/CHANGELOG.md index 482ccf93..056b5574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ## Unreleased +## 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) + + ## Version 0.14.7 ## Added - Image blocks now allow the use of Liquid in `src` and other attributes. diff --git a/mix.exs b/mix.exs index 20b2897b..4e3eeb77 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Keila.MixProject do def project do [ app: :keila, - version: "0.14.7", + version: "0.14.8", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix] ++ Mix.compilers(),