Skip to content

Commit

Permalink
v2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartc committed Nov 14, 2024
1 parent 4ca0f86 commit 7fe5798
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ and this project adheres to

- Ignore Plug.Conn.InvalidQueryError in Sentry
[#2672](https://github.com/OpenFn/lightning/issues/2672)
- Add Index to `dataclip_id` on `runs` and `work_orders` tables to fasten deletion
[PR#2677](https://github.com/OpenFn/lightning/pull/2677)
- Add Index to `dataclip_id` on `runs` and `work_orders` tables to speed up
deletion [PR#2677](https://github.com/OpenFn/lightning/pull/2677)

### Fixed

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

0 comments on commit 7fe5798

Please sign in to comment.