From e50f7b0e185b5f0a7ea2ec7c50a68860e18fd7ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:09:05 -0700 Subject: [PATCH] chore(v8): release 8.7.0 (#399) :robot: I have created a release *beep* *boop* --- ## [8.7.0](https://github.com/launchdarkly/ld-relay/compare/v8.6.0...v8.7.0) (2024-06-17) ### Features * publish -alpine suffixed Docker images ([#396](https://github.com/launchdarkly/ld-relay/issues/396)) ([2d7cecd](https://github.com/launchdarkly/ld-relay/commit/2d7cecd9242c65207a798404c4a57c6ec3b23961)) --- 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 c1579bf9..5fd9048a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.6.0" + ".": "8.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0132a047..012d0be6 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.7.0](https://github.com/launchdarkly/ld-relay/compare/v8.6.0...v8.7.0) (2024-06-17) + + +### Features + +* publish -alpine suffixed Docker images ([#396](https://github.com/launchdarkly/ld-relay/issues/396)) ([2d7cecd](https://github.com/launchdarkly/ld-relay/commit/2d7cecd9242c65207a798404c4a57c6ec3b23961)) + ## [8.6.0](https://github.com/launchdarkly/ld-relay/compare/v8.5.2...v8.6.0) (2024-06-10) diff --git a/relay/version/version.go b/relay/version/version.go index 883df635..3b9e555d 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.6.0" // {{ x-release-please-version }} +const Version = "8.7.0" // {{ x-release-please-version }}