diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 04d70f0..3384403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to the LaunchDarkly OpenFeature provider for the Server-Side SDK for .NET will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [2.0.0](https://github.com/launchdarkly/openfeature-dotnet-server/compare/1.0.0...2.0.0) (2024-08-26) + + +### ⚠ BREAKING CHANGES + +* Support version 2.0 of the OpenFeature SDK. ([#38](https://github.com/launchdarkly/openfeature-dotnet-server/issues/38)) + +### Features + +* Support version 2.0 of the OpenFeature SDK. ([#38](https://github.com/launchdarkly/openfeature-dotnet-server/issues/38)) ([1ebe21c](https://github.com/launchdarkly/openfeature-dotnet-server/commit/1ebe21c8f85aa53f6af45e2331d7a77ca7b089d3)) + ## [1.0.0](https://github.com/launchdarkly/openfeature-dotnet-server/compare/0.8.0...1.0.0) (2024-06-07) diff --git a/src/LaunchDarkly.OpenFeature.ServerProvider/LaunchDarkly.OpenFeature.ServerProvider.csproj b/src/LaunchDarkly.OpenFeature.ServerProvider/LaunchDarkly.OpenFeature.ServerProvider.csproj index 45fa541..dacef0e 100644 --- a/src/LaunchDarkly.OpenFeature.ServerProvider/LaunchDarkly.OpenFeature.ServerProvider.csproj +++ b/src/LaunchDarkly.OpenFeature.ServerProvider/LaunchDarkly.OpenFeature.ServerProvider.csproj @@ -2,7 +2,7 @@ - 1.0.0 + 2.0.0