diff --git a/CHANGELOG.md b/CHANGELOG.md index a216c1ba..236e811f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/mix.exs b/mix.exs index a204e42b..313877b5 100644 --- a/mix.exs +++ b/mix.exs @@ -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(),