Skip to content

Commit

Permalink
Releasing version 7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Nov 29, 2023
1 parent af17de9 commit d02aa54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [7.4.2] - 2023-11-29
### Changed:
- Bump google.golang.org/grpc from 1.55.0 to 1.56.3
- Bump Alpine from 3.18.3 to 3.18.4

## [7.4.1] - 2023-10-20
### Fixed:
- The big segments synchronization process will now handle empty versions correctly when using DynamoDB.
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.1"
const Version = "7.4.2"

0 comments on commit d02aa54

Please sign in to comment.