Skip to content

Commit

Permalink
v2.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartc committed Oct 9, 2024
1 parent 155caac commit e112392
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ and this project adheres to

### Changed

### Fixed

## [v2.9.9] - 2024-10-09

### Changed

- Make project description multiline in project.yaml
[#2534](https://github.com/OpenFn/lightning/issues/2534)
- Do not track partition timestamps when ingesting Kafka messages.
Expand All @@ -30,7 +36,7 @@ and this project adheres to

### Fixed

- Fix Oban erros not getting logged in Sentry
- Fix Oban errors not getting logged in Sentry
[#2542](https://github.com/OpenFn/lightning/issues/2542)
- Perform data retention purging in batches to avoid timeouts
[#2528](https://github.com/OpenFn/lightning/issues/2528)
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.8",
version: "2.9.9",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit e112392

Please sign in to comment.