From f4b9e291e8015c146603ae6a4973190b1af1dbbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:50:53 -0700 Subject: [PATCH] chore(v7): release 7.6.4 (#428) :robot: I have created a release *beep* *boop* --- ## [7.6.4](https://github.com/launchdarkly/ld-relay/compare/v7.6.3...v7.6.4) (2024-08-07) ### Bug Fixes * **deps:** bump supported Go versions to 1.22.6 and 1.21.13 ([#427](https://github.com/launchdarkly/ld-relay/issues/427)) ([8469c90](https://github.com/launchdarkly/ld-relay/commit/8469c90224d5f4773c7c93e1fad38d990bc9dc5a)) --- 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 b637db6f..843a84f7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.6.3" + ".": "7.6.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e6323e23..231c84c8 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.4](https://github.com/launchdarkly/ld-relay/compare/v7.6.3...v7.6.4) (2024-08-07) + + +### Bug Fixes + +* **deps:** bump supported Go versions to 1.22.6 and 1.21.13 ([#427](https://github.com/launchdarkly/ld-relay/issues/427)) ([8469c90](https://github.com/launchdarkly/ld-relay/commit/8469c90224d5f4773c7c93e1fad38d990bc9dc5a)) + ## [7.6.3](https://github.com/launchdarkly/ld-relay/compare/v7.6.2...v7.6.3) (2024-08-05) diff --git a/relay/version/version.go b/relay/version/version.go index d5e66760..4361c15c 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.3" // {{ x-release-please-version }} +const Version = "7.6.4" // {{ x-release-please-version }}