Skip to content

Commit

Permalink
bump version for adaptor registry configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Dec 13, 2024
1 parent e8eeed2 commit 61c5f2a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,28 @@ and this project adheres to

### Added

- Clear AI assistant's chat input after a message is sent
### Changed

### Fixed

## [v2.10.7]

### Added

- Clear AI assistant's chat input after a message is sent
[#2781](https://github.com/OpenFn/lightning/issues/2781)
- Allow different rules and action for delete user.
[#2500](https://github.com/OpenFn/lightning/issues/2500)

### Changed

- Made the AdaptorRegistry cache path configurable
- Make the AdaptorRegistry cache path configurable
[#2780](https://github.com/OpenFn/lightning/issues/2780)

### Fixed

- Delete user modal no longer uses the same id as the underlying user record.
[#2751](https://github.com/OpenFn/lightning/issues/2751)

- Use workflow activation limiter on index toggle.
[#2777](https://github.com/OpenFn/lightning/issues/2777)

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

0 comments on commit 61c5f2a

Please sign in to comment.