diff --git a/CHANGELOG.md b/CHANGELOG.md index fef28811..6aa6c9af 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.2] - 2023-04-04 +### Changed: +- CI tests now execute for Go 1.20.2 and Go 1.19.7. +- Upgraded 3rd party dependencies. + +### Fixed: +- Fixed a broken link in configuration.md. + ## [7.2.1] - 2023-03-07 ### Changed: - Updated Alpine image to use Go 1.20.1. diff --git a/relay/version/version.go b/relay/version/version.go index a23eaee0..4546dd4c 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.1" +const Version = "7.2.2"