From 1c9428f6a250d992706e48460f0cde662e2a9c8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 16:20:20 +0000 Subject: [PATCH] chore(v7): release 7.14.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ internal/version.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d078a5a4..bc4a579f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "7.14.0", + ".": "7.14.1", "ldotel": "1.3.0", "ldai": "0.7.2", "ldmiddleware": "0.1.0" diff --git a/CHANGELOG.md b/CHANGELOG.md index ef25c932..2f15a3da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the LaunchDarkly Go SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [7.14.1](https://github.com/launchdarkly/go-server-sdk/compare/v7.14.0...v7.14.1) (2025-11-21) + + +### Bug Fixes + +* Bump github.com/launchdarkly/go-ntlm-proxy-auth from v1.0.2 -> v1.0.3 ([#326](https://github.com/launchdarkly/go-server-sdk/issues/326)) ([822e8d6](https://github.com/launchdarkly/go-server-sdk/commit/822e8d6cd41e480bd8d13f3df8a10f203b60414e)) +* 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)) + ## [7.14.0](https://github.com/launchdarkly/go-server-sdk/compare/v7.13.4...v7.14.0) (2025-11-12) diff --git a/internal/version.go b/internal/version.go index a72d9f35..b83b22af 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,4 +1,4 @@ package internal // SDKVersion is the current version string of the SDK. This is updated by our release scripts. -const SDKVersion = "7.14.0" // {{ x-release-please-version }} +const SDKVersion = "7.14.1" // {{ x-release-please-version }}