Skip to content

Commit a5be393

Browse files
committed
Release Keila 0.14.11
1 parent 565fcc9 commit a5be393

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
## Unreleased
44

55

6+
## Version 0.14.11
7+
## Changed
8+
- Increased database timeout when inserting recipients to 60 seconds
9+
10+
611
## Version 0.14.10
712
## Changed
813
- The analytics UI now shows a maximum of 20 links to avoid performance issues
914
with large campaigns and individualized links
1015

1116

12-
1317
## Version 0.14.9
1418
## Fixed
1519
- Enabled translation of system strings on public forms.

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Keila.MixProject do
44
def project do
55
[
66
app: :keila,
7-
version: "0.14.10",
7+
version: "0.14.11",
88
elixir: "~> 1.15",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: [:phoenix] ++ Mix.compilers(),

0 commit comments

Comments
 (0)