diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1ff30f98..59bbe1d6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "7.14.7", + ".": "7.14.8", "ldotel": "1.3.1", "ldai": "0.8.1", "ldmiddleware": "0.1.0" diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d008882..503e0525 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.8](https://github.com/launchdarkly/go-server-sdk/compare/v7.14.7...v7.14.8) (2026-05-07) + + +### Bug Fixes + +* remove non-spec Silent/Catastrophe fields from FDv2 Goodbye ([#369](https://github.com/launchdarkly/go-server-sdk/issues/369)) ([381cffe](https://github.com/launchdarkly/go-server-sdk/commit/381cffe2b405e447b85d261b6bf859112bea0273)) + ## [7.14.7](https://github.com/launchdarkly/go-server-sdk/compare/v7.14.6...v7.14.7) (2026-04-28) diff --git a/internal/version.go b/internal/version.go index 6a7a8c93..8693ab93 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.7" // {{ x-release-please-version }} +const SDKVersion = "7.14.8" // {{ x-release-please-version }}