From 5c7735fad5cd5db0bc7a8f5fbffc6b7229793fa4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 11:14:44 -0700 Subject: [PATCH] chore(v8): release 8.5.1 (#367) :robot: I have created a release *beep* *boop* --- ## [8.5.1](https://github.com/launchdarkly/ld-relay/compare/v8.5.0...v8.5.1) (2024-05-21) ### Bug Fixes * **deps:** bump alpine to 3.19.1 ([#366](https://github.com/launchdarkly/ld-relay/issues/366)) ([4def9c4](https://github.com/launchdarkly/ld-relay/commit/4def9c4b41593d88dbb2e1fec00b89ed5a75b950)) --- 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 56b4dffb..d3b397e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.5.0" + ".": "8.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 021c46c9..e72d1075 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.5.1](https://github.com/launchdarkly/ld-relay/compare/v8.5.0...v8.5.1) (2024-05-21) + + +### Bug Fixes + +* **deps:** bump alpine to 3.19.1 ([#366](https://github.com/launchdarkly/ld-relay/issues/366)) ([4def9c4](https://github.com/launchdarkly/ld-relay/commit/4def9c4b41593d88dbb2e1fec00b89ed5a75b950)) + ## [8.5.0](https://github.com/launchdarkly/ld-relay/compare/v8.4.2...v8.5.0) (2024-05-14) diff --git a/relay/version/version.go b/relay/version/version.go index d880bc3c..9ea2a442 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.5.0" // {{ x-release-please-version }} +const Version = "8.5.1" // {{ x-release-please-version }}