Skip to content

Commit

Permalink
Releasing version 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Feb 10, 2023
1 parent 215be27 commit 775f227
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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.0.3"
const Version = "7.1.0"

0 comments on commit 775f227

Please sign in to comment.