Skip to content

Commit

Permalink
Release Keila 0.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Jul 5, 2024
1 parent b3bbf43 commit 6556564
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
## Unreleased


## Version 0.14.10
## Changed
- The analytics UI now shows a maximum of 20 links to avoid performance issues
with large campaigns and individualized links



## Version 0.14.9
## Fixed
- Enabled translation of system strings on public forms.
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.9",
version: "0.14.10",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
Expand Down

0 comments on commit 6556564

Please sign in to comment.