Skip to content

Commit

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

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

## [6.8.0] - 2023-03-17
### Changed:
- Updated goreleaser to `v1.16.1`: 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`.
- Updated Alpine image to use Go 1.20.2.
- Updated CI tests to use Go 1.20.2 and Go 1.19.7.

## [6.7.18] - 2023-03-06
### 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 = "6.7.18"
const Version = "6.8.0"

0 comments on commit 1e9cd0f

Please sign in to comment.