Skip to content

Commit

Permalink
v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartc committed Sep 4, 2024
1 parent b5a560d commit 97d44fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 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.8.2] - 2024-09-04

### Added

- Change navbar colors depending on scope.
[#2449](https://github.com/OpenFn/lightning/pull/2449)
- Add support for configurable idle connection timeouts via the `IDLE_TIMEOUT`
Expand All @@ -31,8 +39,6 @@ and this project adheres to
- Updated vulnerable version of micromatch.
[#2454](https://github.com/OpenFn/lightning/issues/2454)

### Fixed

## [v2.8.1] - 2024-08-28

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

0 comments on commit 97d44fb

Please sign in to comment.