From e295a1366fb7a6670ca6c32106494e60158cdcea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 08:49:25 -0700 Subject: [PATCH] chore(main): release 2.0.0 (#39) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ .../LaunchDarkly.OpenFeature.ServerProvider.csproj | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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