diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bfaba73..a1fb2e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index 4c548e1f..4f0156a0 100644 --- a/mix.exs +++ b/mix.exs @@ -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(),