From 3e16771686ec855c551e06a124af347e7f90b2e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:43:34 -0700 Subject: [PATCH] chore(v8): release 8.8.2 (#416) :robot: I have created a release *beep* *boop* --- ## [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)) --- 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 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 }}