Skip to content

Commit

Permalink
Release Keila 0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Aug 1, 2023
1 parent 70f8742 commit cda0b13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## Version 0.12.5

### Fixed
- Fixed crash when using data URLs in campaigns (#218 - thanks @katafrakt)

## Version 0.12.4

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

0 comments on commit cda0b13

Please sign in to comment.