diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ad133036..0de65a0d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,10 +17,30 @@ and this project adheres to ### Added +### Changed + +### Fixed + +## [v2.10.3] - 2024-11-13 + +### Added + - Disable monaco command palette in Input and Log viewers [#2643](https://github.com/OpenFn/lightning/issues/2643) - Make provision for non-User actors when creating Audit entries. [#2601](https://github.com/OpenFn/lightning/issues/2601) + +### Fixed + +- Superusers can't update users passwords + [#2621](https://github.com/OpenFn/lightning/issues/2621) +- Attempt to reduce memory consumption when generating UsageTracking reports. + [#2636](https://github.com/OpenFn/lightning/issues/2636) + +## [v2.10.2] - 2024-11-14 + +### Added + - Audit history exports events [#2637](https://github.com/OpenFn/lightning/issues/2637) @@ -33,12 +53,8 @@ and this project adheres to ### Fixed -- Superusers can't update users passwords - [#2621](https://github.com/OpenFn/lightning/issues/2621) - Error when the logger receives a boolean [#2666](https://github.com/OpenFn/lightning/issues/2666) -- Attempt to reduce memory consumption when generating UsageTracking reports. - [#2636](https://github.com/OpenFn/lightning/issues/2636) ## [v2.10.1] - 2024-11-13 diff --git a/mix.exs b/mix.exs index 12dd69a45d..1ae32920ff 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Lightning.MixProject do def project do [ app: :lightning, - version: "2.10.2", + version: "2.10.3", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), elixirc_options: [