Skip to content

Commit dd83aba

Browse files
chore(v7): release 7.14.1 (#327)
🤖 I have created a release *beep* *boop* --- ## [7.14.1](v7.14.0...v7.14.1) (2025-11-21) ### Bug Fixes * Bump github.com/launchdarkly/go-ntlm-proxy-auth from v1.0.2 -&gt; v1.0.3 ([#326](#326)) ([822e8d6](822e8d6)) * Bump minimum go to 1.24 ([#325](#325)) ([6e2cebf](6e2cebf)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e849046 commit dd83aba

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "7.14.0",
2+
".": "7.14.1",
33
"ldotel": "1.3.0",
44
"ldai": "0.7.2",
55
"ldmiddleware": "0.1.0"

CHANGELOG.md

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

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

5+
## [7.14.1](https://github.com/launchdarkly/go-server-sdk/compare/v7.14.0...v7.14.1) (2025-11-21)
6+
7+
8+
### Bug Fixes
9+
10+
* Bump github.com/launchdarkly/go-ntlm-proxy-auth from v1.0.2 -&gt; v1.0.3 ([#326](https://github.com/launchdarkly/go-server-sdk/issues/326)) ([822e8d6](https://github.com/launchdarkly/go-server-sdk/commit/822e8d6cd41e480bd8d13f3df8a10f203b60414e))
11+
* Bump minimum go to 1.24 ([#325](https://github.com/launchdarkly/go-server-sdk/issues/325)) ([6e2cebf](https://github.com/launchdarkly/go-server-sdk/commit/6e2cebf0e650d5abd805fc1845e36dfc5b7ff00c))
12+
513
## [7.14.0](https://github.com/launchdarkly/go-server-sdk/compare/v7.13.4...v7.14.0) (2025-11-12)
614

715

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package internal
22

33
// SDKVersion is the current version string of the SDK. This is updated by our release scripts.
4-
const SDKVersion = "7.14.0" // {{ x-release-please-version }}
4+
const SDKVersion = "7.14.1" // {{ x-release-please-version }}

0 commit comments

Comments
 (0)