Skip to content

Commit 964593d

Browse files
committed
Release Keila 0.14.8
1 parent f159ed4 commit 964593d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
## Unreleased
44

55

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+
611
## Version 0.14.7
712
## Added
813
- Image blocks now allow the use of Liquid in `src` and other attributes.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Keila.MixProject do
44
def project do
55
[
66
app: :keila,
7-
version: "0.14.7",
7+
version: "0.14.8",
88
elixir: "~> 1.15",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: [:phoenix] ++ Mix.compilers(),

0 commit comments

Comments
 (0)