Skip to content

Commit

Permalink
v2.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartc committed Nov 6, 2024
1 parent 25babb5 commit d67c136
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,18 @@ and this project adheres to

### Added

### Changed

### Fixed

## [v2.9.15] - 2024-11-06

### Added

- Added some basic editor usage tips to the docs panel
[#2629](https://github.com/OpenFn/lightning/pull/2629)
- Create audit events when the retention periods for a project's dataclips
and history are modified.
[#2589](https://github.com/OpenFn/lightning/issues/2589)
- Create audit events when the retention periods for a project's dataclips and
history are modified. [#2589](https://github.com/OpenFn/lightning/issues/2589)

### 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.14",
version: "2.9.15",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit d67c136

Please sign in to comment.