Skip to content

Commit

Permalink
v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartc committed Sep 9, 2024
1 parent 845ef9b commit 77fa764
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ and this project adheres to

### Fixed

## [v2.9.1] - 2024-09-09

### Fixed

- Provisioner creates invalid snapshots when doing CLI deploy
[#2461](https://github.com/OpenFn/lightning/issues/2461)
[#2460](https://github.com/OpenFn/lightning/issues/2460)
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.0",
version: "2.9.1",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit 77fa764

Please sign in to comment.