diff --git a/CHANGELOG.md b/CHANGELOG.md index d03633b7a3..c7d5d7cae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,14 @@ and this project adheres to ### Added +### Changed + +### Fixed + +## [v2.7.18] - 2024-08-17 + +### Added + - Ensure that all users in an instance have a confirmed email address within 48 hours [#2389](https://github.com/OpenFn/lightning/issues/2389) @@ -27,9 +35,9 @@ and this project adheres to ### Fixed -- Removed all Kafka trigger code that ensured that message sequence is - honoured for messages with keys. Functionality to ensure that message sequence - is honoured will be added in the future, but in an abstraction that is a better +- Removed all Kafka trigger code that ensured that message sequence is honoured + for messages with keys. Functionality to ensure that message sequence is + honoured will be added in the future, but in an abstraction that is a better fit for the current Lightning design. [#2362](https://github.com/OpenFn/lightning/issues/2362) - Dropped the `trigger_kafka_messages` table that formed part of the Kafka diff --git a/mix.exs b/mix.exs index 5c4b02e2d7..7ea378dde9 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Lightning.MixProject do def project do [ app: :lightning, - version: "2.7.17", + version: "2.7.18", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), elixirc_options: [