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