Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#39)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[2.0.0](1.0.0...2.0.0)
(2024-08-26)


### ⚠ BREAKING CHANGES

* Support version 2.0 of the OpenFeature SDK.
([#38](#38))

### Features

* Support version 2.0 of the OpenFeature SDK.
([#38](#38))
([1ebe21c](1ebe21c))

---
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>
  • Loading branch information
github-actions[bot] authored Aug 26, 2024
1 parent 1ebe21c commit e295a13
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "2.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<!--x-release-please-start-version-->
<Version>1.0.0</Version>
<Version>2.0.0</Version>
<!--x-release-please-end-->
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
single framework that we are testing; this allows us to test with older SDK
Expand Down

0 comments on commit e295a13

Please sign in to comment.