Skip to content

Commit

Permalink
v2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartc committed Nov 15, 2024
1 parent 7dc643c commit bca6701
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
24 changes: 20 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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

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

0 comments on commit bca6701

Please sign in to comment.