Skip to content

Commit

Permalink
v2.8.1 for query optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Aug 28, 2024
1 parent 8d9e34a commit d12974a
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.8.1] - 2024-08-28

### Changed

- Improve run claim query by removing extraneous sorts
[#2431](https://github.com/OpenFn/lightning/issues/2431)

### Released

## [v2.8.0] - 2024-08-27

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

0 comments on commit d12974a

Please sign in to comment.