From d02aa549e0bf58ba45a77692a6ed23a95b8d5c6c Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Wed, 29 Nov 2023 16:20:39 +0000 Subject: [PATCH] Releasing version 7.4.2 --- CHANGELOG.md | 5 +++++ relay/version/version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bbff8f5..40b0a355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [7.4.2] - 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 + ## [7.4.1] - 2023-10-20 ### Fixed: - The big segments synchronization process will now handle empty versions correctly when using DynamoDB. diff --git a/relay/version/version.go b/relay/version/version.go index c03db475..8712e1e7 100644 --- a/relay/version/version.go +++ b/relay/version/version.go @@ -2,4 +2,4 @@ package version // Version is the package version -const Version = "7.4.1" +const Version = "7.4.2"