From 8f867a9588aac322484e8ea6d033e71c156636b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:29:20 -0700 Subject: [PATCH] chore(main): release 1.0.0 (#36) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [1.0.0](https://github.com/launchdarkly/openfeature-dotnet-server/compare/0.8.0...1.0.0) (2024-06-07) ### ⚠ BREAKING CHANGES * 1.0.0 release. ([#35](https://github.com/launchdarkly/openfeature-dotnet-server/issues/35)) ### Features * 1.0.0 release. ([#35](https://github.com/launchdarkly/openfeature-dotnet-server/issues/35)) ([0440673](https://github.com/launchdarkly/openfeature-dotnet-server/commit/0440673e5640a863832918d2441fb5ad6de3c727)) --- 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 64f3cdd..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a5621a8..04d70f0 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). +## [1.0.0](https://github.com/launchdarkly/openfeature-dotnet-server/compare/0.8.0...1.0.0) (2024-06-07) + + +### ⚠ BREAKING CHANGES + +* 1.0.0 release. ([#35](https://github.com/launchdarkly/openfeature-dotnet-server/issues/35)) + +### Features + +* 1.0.0 release. ([#35](https://github.com/launchdarkly/openfeature-dotnet-server/issues/35)) ([0440673](https://github.com/launchdarkly/openfeature-dotnet-server/commit/0440673e5640a863832918d2441fb5ad6de3c727)) + ## [0.8.0](https://github.com/launchdarkly/openfeature-dotnet-server/compare/0.7.0...0.8.0) (2024-06-04) diff --git a/src/LaunchDarkly.OpenFeature.ServerProvider/LaunchDarkly.OpenFeature.ServerProvider.csproj b/src/LaunchDarkly.OpenFeature.ServerProvider/LaunchDarkly.OpenFeature.ServerProvider.csproj index 5d63a42..e760aab 100644 --- a/src/LaunchDarkly.OpenFeature.ServerProvider/LaunchDarkly.OpenFeature.ServerProvider.csproj +++ b/src/LaunchDarkly.OpenFeature.ServerProvider/LaunchDarkly.OpenFeature.ServerProvider.csproj @@ -2,7 +2,7 @@ - 0.8.0 + 1.0.0