Skip to content

Commit

Permalink
Release Keila 0.14.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Jul 9, 2024
1 parent 565fcc9 commit 58dbfca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions 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.10",
version: "0.14.11",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
Expand All @@ -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
[
Expand Down

0 comments on commit 58dbfca

Please sign in to comment.