diff --git a/CHANGELOG.md b/CHANGELOG.md index be5229cbac..c178da9fa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,14 @@ and this project adheres to ### Added +### Changed + +### Fixed + +## [v2.10.0-rc.2] - 2024-11-12 + +### Added + - Bootstrap script to help install and configure the Lightning app for development [#2654](https://github.com/OpenFn/lightning/pull/2654) diff --git a/mix.exs b/mix.exs index 2926f628bd..b5f57b1e40 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Lightning.MixProject do def project do [ app: :lightning, - version: "2.10.0-rc.1", + version: "2.10.0-rc.2", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), elixirc_options: [