Skip to content

Commit

Permalink
chore(main): release 0.7.0 (#30)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] committed Apr 8, 2024
1 parent 2515fcd commit dbbdf94
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@
{
".": "0.6.0"
".": "0.7.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [0.7.0](https://github.com/launchdarkly/openfeature-dotnet-server/compare/0.6.0...0.7.0) (2024-04-08)


### Features

* 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))
* 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))

## [0.6.0](https://github.com/launchdarkly/openfeature-dotnet-server/compare/0.5.0...0.6.0) (2024-02-23)


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>0.6.0</Version>
<Version>0.7.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 dbbdf94

Please sign in to comment.