diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 843a84f7..33b982e8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.6.4" + ".": "7.6.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 231c84c8..8e7a11fb 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.5](https://github.com/launchdarkly/ld-relay/compare/v7.6.4...v7.6.5) (2024-08-14) + + +### Bug Fixes + +* **deps:** bump supported Go versions to 1.23.0 and 1.22.6 ([#431](https://github.com/launchdarkly/ld-relay/issues/431)) ([5a73895](https://github.com/launchdarkly/ld-relay/commit/5a73895cd7f171dd9c77031aa3a62adb9c67417a)) + ## [7.6.4](https://github.com/launchdarkly/ld-relay/compare/v7.6.3...v7.6.4) (2024-08-07) diff --git a/relay/version/version.go b/relay/version/version.go index 4361c15c..3b85382a 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.4" // {{ x-release-please-version }} +const Version = "7.6.5" // {{ x-release-please-version }}