From 775f2277ff4dd81fff90bcb24173747fd2796254 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Fri, 10 Feb 2023 23:58:29 +0000 Subject: [PATCH] Releasing version 7.1.0 --- CHANGELOG.md | 4 ++++ relay/version/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6dd4f8c..24516ae2 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). +## [7.1.0] - 2023-02-10 +### Added: +- Added ability to specify Redis username via config file or environment variable. + ## [7.0.3] - 2023-02-06 ### Fixed: - Fixed Go module path to match the major version number, which was preventing installation using Go tooling. (Thanks, @macro1). diff --git a/relay/version/version.go b/relay/version/version.go index 8652c079..2a9d4a6e 100644 --- a/relay/version/version.go +++ b/relay/version/version.go @@ -2,4 +2,4 @@ package version // Version is the package version -const Version = "7.0.3" +const Version = "7.1.0"