Skip to content

Commit 2a8d9ac

Browse files
chore(main): release 2.1.0 (#44)
🤖 I have created a release *beep* *boop* --- ## [2.1.0](2.0.0...2.1.0) (2025-04-01) ### Features * Add support for Tracking API ([a6278a4](a6278a4)) * Bump minimum OpenFeature SDK version to 2.2. ([a6278a4](a6278a4)) --- 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>
1 parent a6278a4 commit 2a8d9ac

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "2.1.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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).
44

5+
## [2.1.0](https://github.com/launchdarkly/openfeature-dotnet-server/compare/2.0.0...2.1.0) (2025-04-01)
6+
7+
8+
### Features
9+
10+
* Add support for Tracking API ([a6278a4](https://github.com/launchdarkly/openfeature-dotnet-server/commit/a6278a40f262538c5a4bc18ccc6cf6bd35054a11))
11+
* Bump minimum OpenFeature SDK version to 2.2. ([a6278a4](https://github.com/launchdarkly/openfeature-dotnet-server/commit/a6278a40f262538c5a4bc18ccc6cf6bd35054a11))
12+
513
## [2.0.0](https://github.com/launchdarkly/openfeature-dotnet-server/compare/1.0.0...2.0.0) (2024-08-26)
614

715

src/LaunchDarkly.OpenFeature.ServerProvider/LaunchDarkly.OpenFeature.ServerProvider.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<!--x-release-please-start-version-->
5-
<Version>2.0.0</Version>
5+
<Version>2.1.0</Version>
66
<!--x-release-please-end-->
77
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
88
single framework that we are testing; this allows us to test with older SDK

0 commit comments

Comments
 (0)