Skip to content

Commit 83cb971

Browse files
committed
Release Keila 0.14.6
1 parent 7597a37 commit 83cb971

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22

33
## Unreleased
44

5+
6+
## Version 0.14.6
7+
58
## Added
69
- Added PATCH and POST API endpoints for updating just the data field of a
710
contact
811

912
## Fixed
1013
- Liquid tags are now correctly rendered in layout blocks in the Block Editor
14+
(thanks @dompie for reporting)
15+
- Fixed bug that caused "starts with" and "ends with" to be inverted in
16+
segment editor (thanks @dompie for reporting)
1117

1218

1319
## Version 0.14.5

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.5",
7+
version: "0.14.6",
88
elixir: "~> 1.15",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: [:phoenix] ++ Mix.compilers(),

0 commit comments

Comments
 (0)