Skip to content

Commit

Permalink
v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartc committed Sep 6, 2024
1 parent 7c81bfc commit aaea799
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.9.0] - 2024-09-06

### Added

- Limit AI queries and hook the increment of AI queries to allow usage limiting.
[#2438](https://github.com/OpenFn/lightning/pull/2438)
- Persist AI Assistant conversations and enable it for all users
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.2",
version: "2.9.0",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit aaea799

Please sign in to comment.