diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bc4a579f..9780360e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "7.14.1", + ".": "7.14.2", "ldotel": "1.3.0", "ldai": "0.7.2", "ldmiddleware": "0.1.0" diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f15a3da..e9f7fb36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/launchdarkly/go-server-sdk/compare/v7.14.1...v7.14.2) (2025-11-26) + + +### Bug Fixes + +* align fdv2 intializer to spec ([#330](https://github.com/launchdarkly/go-server-sdk/issues/330)) ([68599fa](https://github.com/launchdarkly/go-server-sdk/commit/68599fafe567a29ac540727c07b45bf24d4e3949)) + ## [7.14.1](https://github.com/launchdarkly/go-server-sdk/compare/v7.14.0...v7.14.1) (2025-11-21) diff --git a/internal/version.go b/internal/version.go index b83b22af..1cd4c2aa 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.1" // {{ x-release-please-version }} +const SDKVersion = "7.14.2" // {{ x-release-please-version }}