Skip to content

Commit

Permalink
prepare for v2.10.13 (#2882)
Browse files Browse the repository at this point in the history
  • Loading branch information
midigofrank authored Jan 29, 2025
1 parent 0931854 commit 93e3e0d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ and this project adheres to

### Added

### Changed

### Fixed

## [v2.10.13] - 2025-01-29

### Added

- Add support for local adaptors. This can be enabled via `LOCAL_ADAPTORS=true`
and path specified via `OPENFN_ADAPTORS_REPO=./path/to/repo/`
[#905](https://github.com/OpenFn/lightning/issues/905)
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.12",
version: "2.10.13",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit 93e3e0d

Please sign in to comment.