Skip to content

Commit fcf825c

Browse files
chore(v8): release 8.15.0
1 parent 91cf12f commit fcf825c

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.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.14.0"
2+
".": "8.15.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.15.0](https://github.com/launchdarkly/ld-relay/compare/v8.14.0...v8.15.0) (2025-11-13)
6+
7+
8+
### Features
9+
10+
* Add HTTP client transport configuration options ([#545](https://github.com/launchdarkly/ld-relay/issues/545)) ([cab095a](https://github.com/launchdarkly/ld-relay/commit/cab095aebbae0f24ab3c76e049163177cebaa272))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** bump supported Go versions to 1.25.3 and 1.24.9 ([#541](https://github.com/launchdarkly/ld-relay/issues/541)) ([1f37eac](https://github.com/launchdarkly/ld-relay/commit/1f37eac501b1ca9994b3ca26a6128b70365035de))
16+
* **deps:** bump supported Go versions to 1.25.4 and 1.24.10 ([#548](https://github.com/launchdarkly/ld-relay/issues/548)) ([91cf12f](https://github.com/launchdarkly/ld-relay/commit/91cf12fa2facd3f754aeb13d731373e4552ef812))
17+
518
## [8.14.0](https://github.com/launchdarkly/ld-relay/compare/v8.13.3...v8.14.0) (2025-10-22)
619

720

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.14.0" // {{ x-release-please-version }}
5+
const Version = "8.15.0" // {{ x-release-please-version }}

0 commit comments

Comments
 (0)