diff --git a/.release-please-manifest.json b/.release-please-manifest.json index edef352a..0fb0a755 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.1" } diff --git a/pkgs/shared/common/CHANGELOG.md b/pkgs/shared/common/CHANGELOG.md index 5037bda1..bfd6a257 100644 --- a/pkgs/shared/common/CHANGELOG.md +++ b/pkgs/shared/common/CHANGELOG.md @@ -2,6 +2,14 @@ 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.CommonSdk-v7.0.0...LaunchDarkly.CommonSdk-v7.0.1) (2025-06-02) + + +### 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)) +* Bump System.Text.Json from 6.0.0 to 6.0.10 ([#110](https://github.com/launchdarkly/dotnet-core/issues/110)) ([3673796](https://github.com/launchdarkly/dotnet-core/commit/36737961880c807b8f9d5bd6cc7313efb4b3ad26)) + ## [7.0.0] - 2023-10-17 ### Changed: - IEnvironmentReporter now reports nullable values. diff --git a/pkgs/shared/common/src/LaunchDarkly.CommonSdk.csproj b/pkgs/shared/common/src/LaunchDarkly.CommonSdk.csproj index 188aa6f6..422bddff 100644 --- a/pkgs/shared/common/src/LaunchDarkly.CommonSdk.csproj +++ b/pkgs/shared/common/src/LaunchDarkly.CommonSdk.csproj @@ -1,7 +1,7 @@ - 7.0.0 + 7.0.1