diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b74a85a1..51a7b4dd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.9.5" + ".": "8.9.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f4a8b8..acfb4b2a 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). +## [8.9.6](https://github.com/launchdarkly/ld-relay/compare/v8.9.5...v8.9.6) (2024-10-02) + + +### Bug Fixes + +* **deps:** bump supported Go versions to 1.23.2 and 1.22.8 ([#447](https://github.com/launchdarkly/ld-relay/issues/447)) ([59203f5](https://github.com/launchdarkly/ld-relay/commit/59203f56407a0c4d5905f76e803c43ce27f8f310)) + ## [8.9.5](https://github.com/launchdarkly/ld-relay/compare/v8.9.4...v8.9.5) (2024-09-17) diff --git a/relay/version/version.go b/relay/version/version.go index 0d6246f9..a93c29b2 100644 --- a/relay/version/version.go +++ b/relay/version/version.go @@ -2,4 +2,4 @@ package version // Version is the package version -const Version = "8.9.5" // {{ x-release-please-version }} +const Version = "8.9.6" // {{ x-release-please-version }}