diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 38c0ce7b..edef352a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,5 +7,5 @@ "pkgs/telemetry": "1.1.0", "pkgs/sdk/server-ai": "0.7.0", "pkgs/shared/common": "7.0.0", - "pkgs/shared/common-json-net": "7.0.0" + "pkgs/shared/common-json-net": "7.0.1" } diff --git a/pkgs/shared/common-json-net/CHANGELOG.md b/pkgs/shared/common-json-net/CHANGELOG.md index 5037bda1..25a13816 100644 --- a/pkgs/shared/common-json-net/CHANGELOG.md +++ b/pkgs/shared/common-json-net/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.CommonSdk.JsonNet-v7.0.0...LaunchDarkly.CommonSdk.JsonNet-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)) + ## [7.0.0] - 2023-10-17 ### Changed: - IEnvironmentReporter now reports nullable values. diff --git a/pkgs/shared/common-json-net/src/LaunchDarkly.CommonSdk.JsonNet.csproj b/pkgs/shared/common-json-net/src/LaunchDarkly.CommonSdk.JsonNet.csproj index bcfa310b..0d4f9dd0 100644 --- a/pkgs/shared/common-json-net/src/LaunchDarkly.CommonSdk.JsonNet.csproj +++ b/pkgs/shared/common-json-net/src/LaunchDarkly.CommonSdk.JsonNet.csproj @@ -1,7 +1,7 @@ - 7.0.0 + 7.0.1