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 }}