From 3a1b4f5239476d32f5e80b821364df46c62bad51 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Wed, 3 Jan 2024 21:54:05 +0000 Subject: [PATCH] Releasing version 8.2.2 --- CHANGELOG.md | 7 +++++++ relay/version/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 036b9aaa..0bb59580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [8.2.2] - 2024-01-03 +### Changed: +- Build with Go 1.21.5 and 1.20.12 in CI +- Bumped Alpine from 3.18 to 3.19 +- Bumped go-git from 5.7.0 to 5.11.0 +- Bumped x/crypto from 0.14.0 to 0.17 + ## [8.2.1] - 2023-11-29 ### Changed: - Bump google.golang.org/grpc from 1.55.0 to 1.56.3 diff --git a/relay/version/version.go b/relay/version/version.go index 4c9a9887..2dfd5888 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.1" +const Version = "8.2.2"