diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cd52c1e8..fbde66cb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.5.0" + ".": "7.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ba7008dd..3978d72b 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.1](https://github.com/launchdarkly/ld-relay/compare/v7.5.0...v7.5.1) (2024-03-07) + + +### Bug Fixes + +* **deps:** bump supported Go versions to 1.22.1 and 1.21.8 ([#334](https://github.com/launchdarkly/ld-relay/issues/334)) ([eb8f97f](https://github.com/launchdarkly/ld-relay/commit/eb8f97f2162c8c7e4dab02e64bac9f7d76d8477d)) + ## [7.5.0](https://github.com/launchdarkly/ld-relay/compare/v7.4.4...v7.5.0) (2024-02-12) diff --git a/relay/version/version.go b/relay/version/version.go index 17fe847a..21b3ef5e 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.0" // {{ x-release-please-version }} +const Version = "7.5.1" // {{ x-release-please-version }}