From 1f33c83f72c39db85c6528798104d2587bdedd7c Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Tue, 4 Apr 2023 19:02:19 +0000 Subject: [PATCH] Releasing version 6.8.1 --- CHANGELOG.md | 4 ++++ relay/version/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d13d45..1923fc2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [6.8.1] - 2023-04-04 +### Changed: +- Upgraded 3rd party dependencies. + ## [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`. diff --git a/relay/version/version.go b/relay/version/version.go index 7d47e670..9b4d247f 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.8.0" +const Version = "6.8.1"