Skip to content

Commit dbbdf94

Browse files
chore(main): release 0.7.0 (#30)
🤖 I have created a release *beep* *boop* --- ## [0.7.0](0.6.0...0.7.0) (2024-04-08) ### Features * Require OpenFeature SDK 1.5 or greater. ([#31](#31)) ([2515fcd](2515fcd)) * Update to SDK 8.1.0. Support wrapper headers. ([#29](#29)) ([08c1fa5](08c1fa5)) --- 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 2515fcd commit dbbdf94

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-
".": "0.6.0"
2+
".": "0.7.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+
## [0.7.0](https://github.com/launchdarkly/openfeature-dotnet-server/compare/0.6.0...0.7.0) (2024-04-08)
6+
7+
8+
### Features
9+
10+
* Require OpenFeature SDK 1.5 or greater. ([#31](https://github.com/launchdarkly/openfeature-dotnet-server/issues/31)) ([2515fcd](https://github.com/launchdarkly/openfeature-dotnet-server/commit/2515fcd4ee21aabedbc79d591949ff57561d569b))
11+
* Update to SDK 8.1.0. Support wrapper headers. ([#29](https://github.com/launchdarkly/openfeature-dotnet-server/issues/29)) ([08c1fa5](https://github.com/launchdarkly/openfeature-dotnet-server/commit/08c1fa5ed97ebaa38c67803563da50c950934452))
12+
513
## [0.6.0](https://github.com/launchdarkly/openfeature-dotnet-server/compare/0.5.0...0.6.0) (2024-02-23)
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>0.6.0</Version>
5+
<Version>0.7.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)