Skip to content

Commit fb71cf4

Browse files
committed
Release Keila 0.15.1
1 parent 75b742a commit fb71cf4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## Unreleased
44

5+
## Version 0.15.1
6+
7+
## Added
8+
- Button for creating new users as admin (thanks @pmareke and @hellehata)
9+
- Contacts can now re-subscribe or update their data by submitting a form again
10+
(thanks @lislegaard for suggesting)
11+
- Honeypot fields to block bot subscriptions
12+
13+
## Changed
14+
- Limited `first_name` and `last_name` fields to 50 characters.
15+
Implements #342 (thanks @lislegaard for suggesting)
16+
17+
## Fixed
18+
- Updated broken tzdata library. Fixes #336. (thanks @VincentSC for reporting)
19+
- Deletion of shared senders from the UI is now working.
20+
Fixes #326 (thanks @bpivk for reporting)
21+
22+
523
## Version 0.15.0
624

725
## Added

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.15.0",
7+
version: "0.15.1",
88
elixir: "~> 1.15",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: [:phoenix] ++ Mix.compilers(),

0 commit comments

Comments
 (0)