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(),