Skip to content

Commit

Permalink
v2.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartc committed Oct 31, 2024
1 parent 5ef1aca commit ccbf2f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ and this project adheres to

### Added

### Changed

### Fixed

## [v2.9.14] - 2024-10-31

### Added

- Additional documentation and notification text relating to the importance of
alternate storage for Kafka triggers.
[#2614](https://github.com/OpenFn/lightning/issues/2614)
Expand All @@ -30,8 +38,6 @@ and this project adheres to
- Add extensions for limiting retention period
[#2618](https://github.com/OpenFn/lightning/pull/2618)

### Fixed

## [v2.9.13] - 2024-10-28

### Changed
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 Lightning.MixProject do
def project do
[
app: :lightning,
version: "2.9.13",
version: "2.9.14",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit ccbf2f1

Please sign in to comment.