From 74afa534327fd99e5f173e3bd94e3dc60140cf0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:48:58 +0000 Subject: [PATCH] chore(v8): release 8.19.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ relay/version/version.go | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4fddf7b1..75d68f9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.19.4" + ".": "8.19.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 09106935..f9f111a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [8.19.5](https://github.com/launchdarkly/ld-relay/compare/v8.19.4...v8.19.5) (2026-06-16) + + +### Bug Fixes + +* **deps:** revert v4 core libraries and downstream cascade to v3 ([#696](https://github.com/launchdarkly/ld-relay/issues/696)) ([27607e9](https://github.com/launchdarkly/ld-relay/commit/27607e972702dd3f03228175215d0b4a18c96bc0)) +* **deps:** update Dockerfiles from 3.23.4 to alpine:3.24.0 ([#697](https://github.com/launchdarkly/ld-relay/issues/697)) ([694b4f9](https://github.com/launchdarkly/ld-relay/commit/694b4f9709de67dac83c98c8b0f4f8b06e672a74)) +* **deps:** update Dockerfiles from 3.24.0 to alpine:3.24.1 ([#699](https://github.com/launchdarkly/ld-relay/issues/699)) ([b83265a](https://github.com/launchdarkly/ld-relay/commit/b83265a1f5bde3156c1efffd71fd99e237febfd2)) + ## [8.19.4](https://github.com/launchdarkly/ld-relay/compare/v8.19.3...v8.19.4) (2026-06-05) diff --git a/relay/version/version.go b/relay/version/version.go index d9550bb5..8399083c 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.19.4" // {{ x-release-please-version }} +const Version = "8.19.5" // {{ x-release-please-version }}