Skip to content

Commit

Permalink
v2.10.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartc committed Nov 8, 2024
1 parent 41966f9 commit 997f76c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ and this project adheres to

### Changed

### Fixed

## [v2.10.0-rc.1] - 2024-11-08

### Changed

- Reduce transaction time when fetching collection items by fetching upfront
[#2645](https://github.com/OpenFn/lightning/issues/2645)

### Fixed

## [v2.10.0-rc.0] - 2024-11-07

### Added
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.0-rc.0",
version: "2.10.0-rc.1",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit 997f76c

Please sign in to comment.