From 21866d02812c93457097540ee49f098bc405fdec Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Mon, 29 Jan 2024 17:57:51 +0000 Subject: [PATCH] Releasing version 8.2.3 --- CHANGELOG.md | 9 +++++++++ relay/version/version.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb59580..8f11597b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [8.2.3] - 2024-01-29 +### Changed: +- Continuous integration was migrated from CircleCI to Github Actions. +- Bumped supported Go versions from 1.21.5 to 1.21.6, and 1.20.12 to 1.20.13 +- Bumped base AWS SDK from 1.18 to 1.24, AWS config module from 1.18 to 1.26, AWS credentials module from 1.13 to 1.16 and AWS dynamodb module from 1.19 to 1.27 + +### Fixed: +- Offline Mode file watcher should now correctly handle atomic updates to the archive. Thanks, @gmckerrell. + ## [8.2.2] - 2024-01-03 ### Changed: - Build with Go 1.21.5 and 1.20.12 in CI diff --git a/relay/version/version.go b/relay/version/version.go index 2dfd5888..5fdc06cb 100644 --- a/relay/version/version.go +++ b/relay/version/version.go @@ -2,4 +2,4 @@ package version // Version is the package version -const Version = "8.2.2" +const Version = "8.2.3"