diff --git a/CHANGELOG.md b/CHANGELOG.md index 88dabd53..fce5524c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,18 @@ ## Unreleased + +## Version 0.14.6 + ## Added - Added PATCH and POST API endpoints for updating just the data field of a contact ## Fixed - Liquid tags are now correctly rendered in layout blocks in the Block Editor + (thanks @dompie for reporting) +- Fixed bug that caused "starts with" and "ends with" to be inverted in + segment editor (thanks @dompie for reporting) ## Version 0.14.5 diff --git a/mix.exs b/mix.exs index 56e9051c..a0f6268d 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Keila.MixProject do def project do [ app: :keila, - version: "0.14.5", + version: "0.14.6", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix] ++ Mix.compilers(),