From 1e9cd0f8fd9a02d9ff52e494459a9d7f04e55285 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Fri, 17 Mar 2023 22:27:47 +0000 Subject: [PATCH] Releasing version 6.8.0 --- CHANGELOG.md | 6 ++++++ relay/version/version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21b05eb1..b8d13d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/relay/version/version.go b/relay/version/version.go index 12e0c6f2..7d47e670 100644 --- a/relay/version/version.go +++ b/relay/version/version.go @@ -2,4 +2,4 @@ package version // Version is the package version -const Version = "6.7.18" +const Version = "6.8.0"