Skip to content

Commit

Permalink
Releasing version 7.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Jan 29, 2024
1 parent 9a27bfd commit 98f1ea2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion relay/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
package version

// Version is the package version
const Version = "7.4.3"
const Version = "7.4.4"

0 comments on commit 98f1ea2

Please sign in to comment.