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..1de097f1 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.ServerSdk.Common.JsonNet-v7.0.0...LaunchDarkly.ServerSdk.Common.JsonNet-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.