From 97d44fb883c55f089c995a5e4d8b2cb5fd70e4b4 Mon Sep 17 00:00:00 2001 From: Stuart Corbishley Date: Wed, 4 Sep 2024 15:03:57 +0200 Subject: [PATCH] v2.8.2 --- CHANGELOG.md | 10 ++++++++-- mix.exs | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b21e0df22d..a06ed91adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` @@ -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 diff --git a/mix.exs b/mix.exs index e22e52eaf0..88faa4bd3b 100644 --- a/mix.exs +++ b/mix.exs @@ -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: [