diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa6c9af..5ee73d51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [7.2.3] - 2023-04-13 +### Changed: +- Updated Alpine docker image to 3.17.3. +- Bumped docker dependency from 20.10.21+incompatible to 20.10.24+incompatible. + +### Fixed: +- Removed redundant autoconfig stream restart upon receiving reconnect event. + ## [7.2.2] - 2023-04-04 ### Changed: - CI tests now execute for Go 1.20.2 and Go 1.19.7. diff --git a/relay/version/version.go b/relay/version/version.go index 4546dd4c..484bc88b 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.2.2" +const Version = "7.2.3"