Skip to content

Commit

Permalink
Releasing version 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Oct 17, 2023
1 parent 33f6333 commit a55f124
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [7.4.0] - 2023-10-17
### Changed:
- Build with Go 1.21 and 1.20 in CI
- Bump minimum required Go version to 1.19
- Bump golang.org/x/net from 0.11.0 to 0.17.0


### Deprecated:
- `disableInternalUsageMetrics` is deprecated in Relay Proxy v7 and removed in v8.

## [7.3.3] - 2023-09-27
### Changed:
- Updated internal relay metric to include data scoped to individual environment.
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.3.3"
const Version = "7.4.0"

0 comments on commit a55f124

Please sign in to comment.