Skip to content

Commit

Permalink
release v2.10.16 (#2981)
Browse files Browse the repository at this point in the history
  • Loading branch information
midigofrank authored Feb 28, 2025
1 parent 4a50aa9 commit 100e5af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,17 @@ and this project adheres to

### Added

### Changed

### Fixed

## [v2.10.16] - 2025-02-28

### Added

- Disable jobs with non retriable steps
[#2925](https://github.com/OpenFn/lightning/issues/2925)

### Changed

### Fixed

- Fix toggle button not visually disabled
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.16-pre.0",
version: "2.10.16",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit 100e5af

Please sign in to comment.