Skip to content

Commit 798498d

Browse files
chore(v8): release 8.19.5
1 parent 694b4f9 commit 798498d

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.19.4"
2+
".": "8.19.5"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [8.19.5](https://github.com/launchdarkly/ld-relay/compare/v8.19.4...v8.19.5) (2026-06-11)
6+
7+
8+
### Bug Fixes
9+
10+
* **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))
11+
512
## [8.19.4](https://github.com/launchdarkly/ld-relay/compare/v8.19.3...v8.19.4) (2026-06-05)
613

714

relay/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
package version
33

44
// Version is the package version
5-
const Version = "8.19.4" // {{ x-release-please-version }}
5+
const Version = "8.19.5" // {{ x-release-please-version }}

0 commit comments

Comments
 (0)