Skip to content

Commit

Permalink
Releasing version 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed May 24, 2023
1 parent edc13d9 commit 239e6b6
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.0] - 2023-05-24
### Added:
- Add a version command line option to return Relay's current version

### Fixed:
- Event payloads receiving an HTTP 413 status code will no longer prevent subsequent event payloads from being attempted.
- Unrecoverable failure conditions will no longer block event go routines.

## [7.2.5] - 2023-05-12
### Changed:
- Updated Alpine docker image to 3.18.0.
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.2.5"
const Version = "7.3.0"

0 comments on commit 239e6b6

Please sign in to comment.