From 5006a7a0f0a0a6f1edc80b8a44287f654d2fa36e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:48:20 -0700 Subject: [PATCH] chore(v7): release 7.5.2 (#347) :robot: I have created a release *beep* *boop* --- ## [7.5.2](https://github.com/launchdarkly/ld-relay/compare/v7.5.1...v7.5.2) (2024-03-14) ### Bug Fixes * **deps:** Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 ([#346](https://github.com/launchdarkly/ld-relay/issues/346)) ([45d82ef](https://github.com/launchdarkly/ld-relay/commit/45d82ef9008e6114f8aca8b6653e38cc4ee632d1)) --- 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 fbde66cb..0be3c6ce 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.5.1" + ".": "7.5.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3978d72b..bc0b335e 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.5.2](https://github.com/launchdarkly/ld-relay/compare/v7.5.1...v7.5.2) (2024-03-14) + + +### Bug Fixes + +* **deps:** Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 ([#346](https://github.com/launchdarkly/ld-relay/issues/346)) ([45d82ef](https://github.com/launchdarkly/ld-relay/commit/45d82ef9008e6114f8aca8b6653e38cc4ee632d1)) + ## [7.5.1](https://github.com/launchdarkly/ld-relay/compare/v7.5.0...v7.5.1) (2024-03-07) diff --git a/relay/version/version.go b/relay/version/version.go index 21b3ef5e..7c412879 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.5.1" // {{ x-release-please-version }} +const Version = "7.5.2" // {{ x-release-please-version }}