From a2de5c23277b0481ae1de44f4591e7d00ab9a6b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:08:48 -0800 Subject: [PATCH] chore(v8): release 8.10.3 (#464) :robot: I have created a release *beep* *boop* --- ## [8.10.3](https://github.com/launchdarkly/ld-relay/compare/v8.10.2...v8.10.3) (2024-12-04) ### Bug Fixes * **deps:** bump supported Go versions to 1.23.4 and 1.22.10 ([#463](https://github.com/launchdarkly/ld-relay/issues/463)) ([0b22f62](https://github.com/launchdarkly/ld-relay/commit/0b22f628af9ad8dc19fd80bec47232ddf8066277)) --- 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 43ccdddc..0e9a9a9e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.10.2" + ".": "8.10.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b581f715..3863c092 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.10.3](https://github.com/launchdarkly/ld-relay/compare/v8.10.2...v8.10.3) (2024-12-04) + + +### Bug Fixes + +* **deps:** bump supported Go versions to 1.23.4 and 1.22.10 ([#463](https://github.com/launchdarkly/ld-relay/issues/463)) ([0b22f62](https://github.com/launchdarkly/ld-relay/commit/0b22f628af9ad8dc19fd80bec47232ddf8066277)) + ## [8.10.2](https://github.com/launchdarkly/ld-relay/compare/v8.10.1...v8.10.2) (2024-11-07) diff --git a/relay/version/version.go b/relay/version/version.go index 112bfeb7..0d9c2a99 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.10.2" // {{ x-release-please-version }} +const Version = "8.10.3" // {{ x-release-please-version }}