From 4d2a613444d241577c0fd4120e5c6ac279d781eb Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Fri, 20 Oct 2023 16:31:14 +0000 Subject: [PATCH] Releasing version 8.1.1 --- CHANGELOG.md | 4 ++++ relay/version/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03e5cef6..abe2850e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [8.1.1] - 2023-10-20 +### Fixed: +- The big segments synchronization process will now handle empty versions correctly when using DynamoDB. + ## [8.1.0] - 2023-10-17 ### Changed: - Build with Go 1.21 and 1.20 in CI diff --git a/relay/version/version.go b/relay/version/version.go index d30d7499..dbbbabfd 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.1.0" +const Version = "8.1.1"