diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 10ce7525..b8498fc3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.8.1" + ".": "8.8.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c358555..c89c504d 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.8.2](https://github.com/launchdarkly/ld-relay/compare/v8.8.1...v8.8.2) (2024-07-15) + + +### Bug Fixes + +* redact password in logs if specified as part of URL ([#413](https://github.com/launchdarkly/ld-relay/issues/413)) ([0471d51](https://github.com/launchdarkly/ld-relay/commit/0471d51a315637df91d38f42afedd0e170cdefad)) + ## [8.8.1](https://github.com/launchdarkly/ld-relay/compare/v8.8.0...v8.8.1) (2024-07-10) diff --git a/relay/version/version.go b/relay/version/version.go index 32c2fa47..72a3699b 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.8.1" // {{ x-release-please-version }} +const Version = "8.8.2" // {{ x-release-please-version }}