diff --git a/CHANGELOG.md b/CHANGELOG.md index c2b98f0d79..174a01bacf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,14 +18,18 @@ and this project adheres to ### Added ### Changed -- Kafka messages without keys are synchronously converted into a - Workorder, Dataclip and Run. Messages with keys are stored as - TriggerKafkaMessage records, however the code needed to process them has been - disabled, pending removal. - [#2351] (https://github.com/OpenFn/lightning/issues/2351) ### Fixed +## [v2.7.15] - 2024-08-07 + +### Changed + +- Kafka messages without keys are synchronously converted into a Workorder, + Dataclip and Run. Messages with keys are stored as TriggerKafkaMessage + records, however the code needed to process them has been disabled, pending + removal. [#2351] (https://github.com/OpenFn/lightning/issues/2351) + ## [v2.7.14] - 2024-08-05 ### Changed diff --git a/mix.exs b/mix.exs index 3d53c371f9..0281895c19 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Lightning.MixProject do def project do [ app: :lightning, - version: "2.7.14", + version: "2.7.15", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), elixirc_options: [