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 24, 2024
1 parent eafdc3c commit 2d5c6cf
Show file tree
Hide file tree
Showing 4 changed files with 23 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
20 changes: 20 additions & 0 deletions src/OpenFeature.Contrib.Providers.Flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# 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-24)


### ⚠ 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 google.protobuf to v3.27.1 ([#75](https://github.com/open-feature/dotnet-sdk-contrib/issues/75)) ([0db8692](https://github.com/open-feature/dotnet-sdk-contrib/commit/0db86920eddaf16fa4685843e5e6b6308893d012))
* **deps:** update dependency grpc.net.client to v2.63.0 ([#209](https://github.com/open-feature/dotnet-sdk-contrib/issues/209)) ([ce14c23](https://github.com/open-feature/dotnet-sdk-contrib/commit/ce14c2389c3602aa211d877b4122b7a7d03835b9))
* **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))
* **deps:** update dependency grpc.tools to v2.64.0 ([#207](https://github.com/open-feature/dotnet-sdk-contrib/issues/207)) ([eafdc3c](https://github.com/open-feature/dotnet-sdk-contrib/commit/eafdc3c206f010a9d363dc4cd70b2308d6b5fab1))

## [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 2d5c6cf

Please sign in to comment.