Skip to content

Commit cda0b13

Browse files
committed
Release Keila 0.12.5
1 parent 70f8742 commit cda0b13

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## Version 0.12.5
6+
7+
### Fixed
8+
- Fixed crash when using data URLs in campaigns (#218 - thanks @katafrakt)
59

610
## Version 0.12.4
711

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

0 commit comments

Comments
 (0)