diff --git a/CHANGELOG.md b/CHANGELOG.md index fb4b7a31..091cac58 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). +## [7.0.2] - 2023-01-19 +### Fixed: +- Removed logging of "Big Segment store status query" error messages in a situation where the Relay Proxy has not been able to synchronize Big Segment data with LaunchDarkly. These messages were redundant since there is already a different and clearer error being logged for the synchronization failure. + ## [6.7.17] - 2023-01-17 ### Fixed: - Removed logging of "Big Segment store status query" error messages in a situation where the Relay Proxy has not been able to synchronize Big Segment data with LaunchDarkly. These messages were redundant since there is already a different and clearer error being logged for the synchronization failure. diff --git a/relay/version/version.go b/relay/version/version.go index b9ca10f1..bb6e803b 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.0.1" +const Version = "7.0.2"