diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63bffb3f..6ea29fda 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "7.14.5", + ".": "7.14.6", "ldotel": "1.3.0", "ldai": "0.7.2", "ldmiddleware": "0.1.0" diff --git a/CHANGELOG.md b/CHANGELOG.md index c700a4b3..2e3fa677 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.6](https://github.com/launchdarkly/go-server-sdk/compare/v7.14.5...v7.14.6) (2026-02-10) + + +### Bug Fixes + +* Expand data system config to allow for list of synchronizers ([#343](https://github.com/launchdarkly/go-server-sdk/issues/343)) ([0956ce9](https://github.com/launchdarkly/go-server-sdk/commit/0956ce9202c9796f19670a94a11785bca59b4acd)) + ## [7.14.5](https://github.com/launchdarkly/go-server-sdk/compare/v7.14.4...v7.14.5) (2026-01-16) diff --git a/internal/version.go b/internal/version.go index 55216a55..5e2f9207 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.5" // {{ x-release-please-version }} +const SDKVersion = "7.14.6" // {{ x-release-please-version }}