Skip to content

Commit

Permalink
Release Keila 0.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Jun 12, 2024
1 parent f159ed4 commit 964593d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 964593d

Please sign in to comment.