From 964593d3351e07d370d8d18500377e73791b1498 Mon Sep 17 00:00:00 2001 From: Philipp Date: Wed, 12 Jun 2024 20:59:43 +0200 Subject: [PATCH] Release Keila 0.14.8 --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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(),