Skip to content

Commit

Permalink
Release Keila 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Aug 21, 2024
1 parent 72aab9b commit eabf9b3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# Changelog

## Unreleased

## Version 0.15.0

## Added
- Support for MJML campaigns.
- Forms can now be configured to redirect users after successful submission and when double opt-in
is required.
- Forms can now be configured with a custom message when double opt-in is required

## Improved
- New email scheduler and rate limiter with significantly improved performance
- New email scheduler and rate limiter with significantly improved performance. (thanks @dompie
for supporting the development of this feature)

## Fixed
- Show correct state while campaign is being prepared for sending on stats page
- Marking custom checkboxes as *required* actually requires users to check them now.
Fixes #328. (thanks @cyberwuulf for reporting)


## Version 0.14.11
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.14.11",
version: "0.15.0",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
Expand Down

0 comments on commit eabf9b3

Please sign in to comment.