diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 367ddfe0..3734181b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.6.1" + ".": "7.6.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 46254682..3de19571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +## [7.6.2](https://github.com/launchdarkly/ld-relay/compare/v7.6.1...v7.6.2) (2024-07-10) + + +### Bug Fixes + +* **deps:** bump supported Go versions to 1.22.5 and 1.21.12 ([#412](https://github.com/launchdarkly/ld-relay/issues/412)) ([ec47b7c](https://github.com/launchdarkly/ld-relay/commit/ec47b7c79cb8571c9d56f756b920260835ee613e)) + ## [7.6.1](https://github.com/launchdarkly/ld-relay/compare/v7.6.0...v7.6.1) (2024-06-21) diff --git a/relay/version/version.go b/relay/version/version.go index 1df43204..6bd49574 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.6.1" // {{ x-release-please-version }} +const Version = "7.6.2" // {{ x-release-please-version }}