diff --git a/CHANGELOG.md b/CHANGELOG.md index 4764aec791..c0eed7d58f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/mix.exs b/mix.exs index 896b53937c..3d0ce64925 100644 --- a/mix.exs +++ b/mix.exs @@ -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: [