We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f159ed4 commit 964593dCopy full SHA for 964593d
CHANGELOG.md
@@ -3,6 +3,11 @@
3
## Unreleased
4
5
6
+## Version 0.14.8
7
+## Added
8
+- Campaigns with type `block` and `json_body` can now be created via the API. Implements #300 (thanks @dompie for suggesting)
9
+
10
11
## Version 0.14.7
12
## Added
13
- Image blocks now allow the use of Liquid in `src` and other attributes.
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(),
0 commit comments