From 90e3e5da2c89afc5984c630a900040d662d53f10 Mon Sep 17 00:00:00 2001 From: Philipp Date: Tue, 28 May 2024 15:12:12 +0200 Subject: [PATCH] Release Keila 0.14.7 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fce5524c..482ccf93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ ## Unreleased +## Version 0.14.7 +## Added +- Image blocks now allow the use of Liquid in `src` and other attributes. + Fixes #297 (thanks @dompie for reporting) + +## Fixed +- Separators are now rendered more faithfully in the block editor + + ## Version 0.14.6 ## Added diff --git a/mix.exs b/mix.exs index a0f6268d..20b2897b 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Keila.MixProject do def project do [ app: :keila, - version: "0.14.6", + version: "0.14.7", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix] ++ Mix.compilers(),