Skip to content

Commit

Permalink
Release Keila 0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed May 27, 2024
1 parent 7597a37 commit 83cb971
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.5",
version: "0.14.6",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
Expand Down

0 comments on commit 83cb971

Please sign in to comment.