Skip to content

Commit

Permalink
chore(main): release OpenFeature.Contrib.Providers.Flagd 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 13, 2024
1 parent ddca619 commit e49394b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"src/OpenFeature.Contrib.Hooks.Otel": "0.1.4",
"src/OpenFeature.Contrib.Providers.Flagd": "0.1.9",
"src/OpenFeature.Contrib.Providers.Flagd": "0.2.0",
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.6",
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.6",
"src/OpenFeature.Contrib.Providers.ConfigCat": "0.0.2",
Expand Down
17 changes: 17 additions & 0 deletions src/OpenFeature.Contrib.Providers.Flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.2.0](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagd-v0.1.9...OpenFeature.Contrib.Providers.Flagd-v0.2.0) (2024-06-13)


### ⚠ BREAKING CHANGES

* in-process var name/value (FLAGD_RESOLVER="in-process") ([#206](https://github.com/open-feature/dotnet-sdk-contrib/issues/206))

### 🐛 Bug Fixes

* in-process var name/value (FLAGD_RESOLVER="in-process") ([#206](https://github.com/open-feature/dotnet-sdk-contrib/issues/206)) ([1e580d7](https://github.com/open-feature/dotnet-sdk-contrib/commit/1e580d75a06f3d9f4683578e692247dbfc8aa7ea))


### 🧹 Chore

* additional unit tests for flagd provider ([#203](https://github.com/open-feature/dotnet-sdk-contrib/issues/203)) ([38a59f0](https://github.com/open-feature/dotnet-sdk-contrib/commit/38a59f01b4c740ddcfb69b68c8b79fb169e06ad4))
* **deps:** update dependency grpc.tools to v2.63.0 ([#193](https://github.com/open-feature/dotnet-sdk-contrib/issues/193)) ([75e4eb7](https://github.com/open-feature/dotnet-sdk-contrib/commit/75e4eb7c379e6680545fb6dc638ec0345114877b))

## [0.1.9](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagd-v0.1.8...OpenFeature.Contrib.Providers.Flagd-v0.1.9) (2024-04-30)


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

<PropertyGroup>
<PackageId>OpenFeature.Contrib.Providers.Flagd</PackageId>
<VersionNumber>0.1.9</VersionNumber> <!--x-release-please-version -->
<VersionNumber>0.2.0</VersionNumber> <!--x-release-please-version -->
<VersionPrefix>$(VersionNumber)</VersionPrefix>
<AssemblyVersion>$(VersionNumber)</AssemblyVersion>
<FileVersion>$(VersionNumber)</FileVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/OpenFeature.Contrib.Providers.Flagd/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.9
0.2.0

0 comments on commit e49394b

Please sign in to comment.