Skip to content

Commit

Permalink
Releasing version 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Mar 7, 2023
1 parent 0d70be0 commit cca0d57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [7.2.1] - 2023-03-07
### Changed:
- Updated Alpine image to use Go 1.20.1.
- CI tests now execute for Go 1.20.1 and Go 1.19.6; removed Go 1.18.

## [7.2.0] - 2023-02-21
### Changed:
- Updated goreleaser to `v1.15.2`: release artifact names now follow goreleaser's standard `ConventionalFileName` template. Additionally, the deb and rpm packages now install `ld-relay` to `/usr/bin` instead of `/usr/local/bin`.
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.0"
const Version = "7.2.1"

0 comments on commit cca0d57

Please sign in to comment.