From bb33ef3214da55b0d2389f4722912c2f9a85972f Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Wed, 29 Nov 2023 16:33:26 +0000 Subject: [PATCH] Releasing version 8.2.1 --- CHANGELOG.md | 6 ++++++ relay/version/version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3054eb36..317dc3f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [8.2.1] - 2023-11-29 +### Changed: +- Bump google.golang.org/grpc from 1.55.0 to 1.56.3 +- Bump Alpine from 3.18.3 to 3.18.4 +- Bump github.com/docker/docker from v23.0.3 to v24.0.7 + ## [8.2.0] - 2023-10-24 ### Added: - Support sampling and exclusions in PHP events diff --git a/relay/version/version.go b/relay/version/version.go index 22ae12ae..4c9a9887 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.0" +const Version = "8.2.1"