diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8035f9a1..6ec44ba4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -6,6 +6,6 @@ "pkgs/sdk/client": "5.5.1", "pkgs/telemetry": "1.2.0", "pkgs/sdk/server-ai": "0.8.0", - "pkgs/shared/common": "7.0.1", + "pkgs/shared/common": "7.1.0", "pkgs/shared/common-json-net": "7.0.2" } diff --git a/pkgs/shared/common/CHANGELOG.md b/pkgs/shared/common/CHANGELOG.md index bfd6a257..2d47dee6 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.1.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.CommonSdk-v7.0.1...LaunchDarkly.CommonSdk-v7.1.0) (2025-07-10) + + +### Features + +* Add experimental support for plugins ([#140](https://github.com/launchdarkly/dotnet-core/issues/140)) ([f00a718](https://github.com/launchdarkly/dotnet-core/commit/f00a718cd9cb1f10a449e07b3ee1f0a0d3d15903)) + ## [7.0.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.CommonSdk-v7.0.0...LaunchDarkly.CommonSdk-v7.0.1) (2025-06-02) diff --git a/pkgs/shared/common/src/LaunchDarkly.CommonSdk.csproj b/pkgs/shared/common/src/LaunchDarkly.CommonSdk.csproj index 422bddff..71450767 100644 --- a/pkgs/shared/common/src/LaunchDarkly.CommonSdk.csproj +++ b/pkgs/shared/common/src/LaunchDarkly.CommonSdk.csproj @@ -1,7 +1,7 @@ - 7.0.1 + 7.1.0