Skip to content

Commit

Permalink
Releasing version 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Apr 4, 2023
1 parent f581fdd commit 06d5b72
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.2] - 2023-04-04
### Changed:
- CI tests now execute for Go 1.20.2 and Go 1.19.7.
- Upgraded 3rd party dependencies.

### Fixed:
- Fixed a broken link in configuration.md.

## [7.2.1] - 2023-03-07
### Changed:
- Updated Alpine image to use Go 1.20.1.
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.1"
const Version = "7.2.2"

0 comments on commit 06d5b72

Please sign in to comment.