From dd7198970cbed2aa4a4459a903cf5897e6a9a949 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:33:16 +0000 Subject: [PATCH] chore(v8): release 8.10.6 --- .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 fd785d3f..251396e2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.10.5" + ".": "8.10.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ac69a0ab..9d44d65d 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.6](https://github.com/launchdarkly/ld-relay/compare/v8.10.5...v8.10.6) (2025-01-07) + + +### Bug Fixes + +* **deps:** update Dockerfiles from 3.21.0 to alpine:3.21.1 ([#470](https://github.com/launchdarkly/ld-relay/issues/470)) ([5b7a450](https://github.com/launchdarkly/ld-relay/commit/5b7a450533b590661eeb88cc72099e8c12d6dfd1)) + ## [8.10.5](https://github.com/launchdarkly/ld-relay/compare/v8.10.4...v8.10.5) (2025-01-02) diff --git a/relay/version/version.go b/relay/version/version.go index bf7a1c0b..19e88dd3 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.5" // {{ x-release-please-version }} +const Version = "8.10.6" // {{ x-release-please-version }}