Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.0"
".": "2.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.1.1](https://github.com/launchdarkly/openfeature-dotnet-server/compare/2.1.0...2.1.1) (2025-05-13)


### Bug Fixes

* Enable all build targets in Nuget package ([#45](https://github.com/launchdarkly/openfeature-dotnet-server/issues/45)) ([b552adb](https://github.com/launchdarkly/openfeature-dotnet-server/commit/b552adbdf060aebcaad1083cd0e003b5f61312b2))

## [2.1.0](https://github.com/launchdarkly/openfeature-dotnet-server/compare/2.0.0...2.1.0) (2025-04-01)


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>2.1.0</Version>
<Version>2.1.1</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