We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f8742 commit cda0b13Copy full SHA for cda0b13
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+## Version 0.12.5
6
+
7
+### Fixed
8
+- Fixed crash when using data URLs in campaigns (#218 - thanks @katafrakt)
9
10
## Version 0.12.4
11
mix.exs
@@ -4,7 +4,7 @@ defmodule Keila.MixProject do
def project do
[
app: :keila,
- version: "0.12.4",
+ version: "0.12.5",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
0 commit comments