From 922b52c7085a4e4786fdeefce3f33c616235abfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:23:51 -0700 Subject: [PATCH] chore(v8): release 8.9.3 (#434) :robot: I have created a release *beep* *boop* --- ## [8.9.3](https://github.com/launchdarkly/ld-relay/compare/v8.9.2...v8.9.3) (2024-08-14) ### Bug Fixes * **deps:** bump supported Go versions to 1.23.0 and 1.22.6 ([#432](https://github.com/launchdarkly/ld-relay/issues/432)) ([e246aec](https://github.com/launchdarkly/ld-relay/commit/e246aec7e2b1e1c24a872875331ea929e17996ae)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ relay/version/version.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b6df5aa2..ba954772 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.9.2" + ".": "8.9.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9004507c..23b1ea1a 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.3](https://github.com/launchdarkly/ld-relay/compare/v8.9.2...v8.9.3) (2024-08-14) + + +### Bug Fixes + +* **deps:** bump supported Go versions to 1.23.0 and 1.22.6 ([#432](https://github.com/launchdarkly/ld-relay/issues/432)) ([e246aec](https://github.com/launchdarkly/ld-relay/commit/e246aec7e2b1e1c24a872875331ea929e17996ae)) + ## [8.9.2](https://github.com/launchdarkly/ld-relay/compare/v8.9.1...v8.9.2) (2024-08-07) diff --git a/relay/version/version.go b/relay/version/version.go index 756dbc9a..834df869 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.2" // {{ x-release-please-version }} +const Version = "8.9.3" // {{ x-release-please-version }}