Skip to content

Commit

Permalink
Release Keila 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Nov 10, 2024
1 parent 75b742a commit fb71cf4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

## Unreleased

## Version 0.15.1

## Added
- Button for creating new users as admin (thanks @pmareke and @hellehata)
- Contacts can now re-subscribe or update their data by submitting a form again
(thanks @lislegaard for suggesting)
- Honeypot fields to block bot subscriptions

## Changed
- Limited `first_name` and `last_name` fields to 50 characters.
Implements #342 (thanks @lislegaard for suggesting)

## Fixed
- Updated broken tzdata library. Fixes #336. (thanks @VincentSC for reporting)
- Deletion of shared senders from the UI is now working.
Fixes #326 (thanks @bpivk for reporting)


## Version 0.15.0

## Added
Expand Down
2 changes: 1 addition & 1 deletion 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.15.0",
version: "0.15.1",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
Expand Down

0 comments on commit fb71cf4

Please sign in to comment.