Skip to content

Commit

Permalink
Releasing version 7.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Apr 13, 2023
1 parent 34f1bb6 commit 84952e6
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.2.3] - 2023-04-13
### Changed:
- Updated Alpine docker image to 3.17.3.
- Bumped docker dependency from 20.10.21+incompatible to 20.10.24+incompatible.

### Fixed:
- Removed redundant autoconfig stream restart upon receiving reconnect event.

## [7.2.2] - 2023-04-04
### Changed:
- CI tests now execute for Go 1.20.2 and Go 1.19.7.
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.2"
const Version = "7.2.3"

0 comments on commit 84952e6

Please sign in to comment.