From 0f9380affad255f5d485c4d93e4055d7d1296917 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:00:19 -0500 Subject: [PATCH] chore(v8): release 8.10.4 (#466) :robot: I have created a release *beep* *boop* --- ## [8.10.4](https://github.com/launchdarkly/ld-relay/compare/v8.10.3...v8.10.4) (2024-12-09) ### Bug Fixes * **deps:** update Dockerfiles from 3.20.3 to alpine:3.21.0 ([#465](https://github.com/launchdarkly/ld-relay/issues/465)) ([b8237c4](https://github.com/launchdarkly/ld-relay/commit/b8237c4e769a3e2ee344cb968a1188d329f91fd4)) --- 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 0e9a9a9e..62a03fbc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.10.3" + ".": "8.10.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3863c092..d2f99b1a 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.10.4](https://github.com/launchdarkly/ld-relay/compare/v8.10.3...v8.10.4) (2024-12-09) + + +### Bug Fixes + +* **deps:** update Dockerfiles from 3.20.3 to alpine:3.21.0 ([#465](https://github.com/launchdarkly/ld-relay/issues/465)) ([b8237c4](https://github.com/launchdarkly/ld-relay/commit/b8237c4e769a3e2ee344cb968a1188d329f91fd4)) + ## [8.10.3](https://github.com/launchdarkly/ld-relay/compare/v8.10.2...v8.10.3) (2024-12-04) diff --git a/relay/version/version.go b/relay/version/version.go index 0d9c2a99..4503216b 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.10.3" // {{ x-release-please-version }} +const Version = "8.10.4" // {{ x-release-please-version }}