diff --git a/CHANGELOG.md b/CHANGELOG.md index 236e811f..6f980496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,17 @@ ## Unreleased +## Version 0.14.11 +## Changed +- Increased database timeout when inserting recipients to 60 seconds + + ## 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 313877b5..398af1d7 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Keila.MixProject do def project do [ app: :keila, - version: "0.14.10", + version: "0.14.11", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix] ++ Mix.compilers(), @@ -18,7 +18,7 @@ defmodule Keila.MixProject do end # Configuration for the OTP application. - # + #< # Type `mix help compile.app` for more information. def application do [