Skip to content

Commit 2b8e21b

Browse files
chore(v8): release 8.19.6
1 parent ece5c77 commit 2b8e21b

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.5"
2+
".": "8.19.6"
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.6](https://github.com/launchdarkly/ld-relay/compare/v8.19.5...v8.19.6) (2026-06-22)
6+
7+
8+
### Bug Fixes
9+
10+
* **server:** eliminate send-on-closed-channel race in StartHTTPServer ([#708](https://github.com/launchdarkly/ld-relay/issues/708)) ([33cbf23](https://github.com/launchdarkly/ld-relay/commit/33cbf23b93f08edf2c60a5e855c77895a6a53396))
11+
512
## [8.19.5](https://github.com/launchdarkly/ld-relay/compare/v8.19.4...v8.19.5) (2026-06-16)
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.5" // {{ x-release-please-version }}
5+
const Version = "8.19.6" // {{ x-release-please-version }}

0 commit comments

Comments
 (0)