Skip to content

Commit

Permalink
Releasing version 8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Jan 3, 2024
1 parent df35a4d commit 3a1b4f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [8.2.2] - 2024-01-03
### Changed:
- Build with Go 1.21.5 and 1.20.12 in CI
- Bumped Alpine from 3.18 to 3.19
- Bumped go-git from 5.7.0 to 5.11.0
- Bumped x/crypto from 0.14.0 to 0.17

## [8.2.1] - 2023-11-29
### Changed:
- Bump google.golang.org/grpc from 1.55.0 to 1.56.3
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 = "8.2.1"
const Version = "8.2.2"

0 comments on commit 3a1b4f5

Please sign in to comment.