diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e2bd01ac..b74a85a1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.9.4" + ".": "8.9.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eb7c2f2a..65f4a8b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [8.9.5](https://github.com/launchdarkly/ld-relay/compare/v8.9.4...v8.9.5) (2024-09-17) + + +### Bug Fixes + +* **deps:** bump supported Go versions to 1.23.1 and 1.22.7 ([#441](https://github.com/launchdarkly/ld-relay/issues/441)) ([1ab08a2](https://github.com/launchdarkly/ld-relay/commit/1ab08a267d9cc85c76031a60ef457c7723110014)) +* **deps:** update Dockerfiles from alpine:3.20.2 to alpine:3.20.3 ([#444](https://github.com/launchdarkly/ld-relay/issues/444)) ([613ee33](https://github.com/launchdarkly/ld-relay/commit/613ee33f3ca3f339346f169d833e069bac7e02c6)) + ## [8.9.4](https://github.com/launchdarkly/ld-relay/compare/v8.9.3...v8.9.4) (2024-09-06) diff --git a/relay/version/version.go b/relay/version/version.go index e4c01151..0d6246f9 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.4" // {{ x-release-please-version }} +const Version = "8.9.5" // {{ x-release-please-version }}