Skip to content

Commit

Permalink
Releasing version 7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Jun 21, 2023
1 parent 7f19581 commit e1a6dfc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1] - 2023-06-21
### Changed:
- The relay proxy web server will now time out if a connection does not provide header information within 10 seconds.
- Updated Alpine docker image to 3.18.2.

### Fixed:
- Upgrade goreleaser from 2.25.1 -> 2.30 to resolve [CVE-2023-32698](https://nvd.nist.gov/vuln/detail/CVE-2023-32698).

## [7.3.0] - 2023-05-24
### Added:
- Add a version command line option to return Relay's current version
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.0"
const Version = "7.3.1"

0 comments on commit e1a6dfc

Please sign in to comment.