From dbffb822381b9c531765518dc3d3b1dea3bf10bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 20:35:39 +0000 Subject: [PATCH] chore(main): release LaunchDarkly.ServerSdk.Common 7.0.1 --- .release-please-manifest.json | 2 +- pkgs/shared/common/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 38c0ce7b..0f4f5961 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -6,6 +6,6 @@ "pkgs/sdk/client": "5.4.0", "pkgs/telemetry": "1.1.0", "pkgs/sdk/server-ai": "0.7.0", - "pkgs/shared/common": "7.0.0", + "pkgs/shared/common": "7.0.1", "pkgs/shared/common-json-net": "7.0.0" } diff --git a/pkgs/shared/common/CHANGELOG.md b/pkgs/shared/common/CHANGELOG.md index 5037bda1..3945de3b 100644 --- a/pkgs/shared/common/CHANGELOG.md +++ b/pkgs/shared/common/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to `LaunchDarkly.CommonSdk` will be documented in this file. For full release notes for the projects that depend on this project, see their respective changelogs. This file describes changes only to the common code. This project adheres to [Semantic Versioning](http://semver.org). +## [7.0.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Common-v7.0.0...LaunchDarkly.ServerSdk.Common-v7.0.1) (2025-05-30) + + +### Bug Fixes + +* [#104](https://github.com/launchdarkly/dotnet-core/issues/104) dependency optimisation ([#111](https://github.com/launchdarkly/dotnet-core/issues/111)) ([2c7ff62](https://github.com/launchdarkly/dotnet-core/commit/2c7ff629a4c16ad866c6e4ea5b24abc622942f0e)) + ## [7.0.0] - 2023-10-17 ### Changed: - IEnvironmentReporter now reports nullable values.