diff --git a/CHANGELOG.md b/CHANGELOG.md index de106edc..3356b069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [7.4.4] - 2024-01-29 +### Changed: +- Continuous integration was migrated from CircleCI to Github Actions. +- Bumped supported Go versions from 1.21.5 to 1.21.6, and 1.20.12 to 1.20.13 +- Bumped github.com/sigstore/cosign from 1.13.1 to 1.13.2 + +### Fixed: +- Offline Mode file watcher should now correctly handle atomic updates to the archive. Thanks, @gmckerrell. + ## [7.4.3] - 2024-01-03 ### Changed: - Build with Go 1.21.5 and 1.20.12 in CI diff --git a/relay/version/version.go b/relay/version/version.go index 330100a4..88695f8f 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.3" +const Version = "7.4.4"