Skip to content

Commit

Permalink
chore(main): release OpenFeature.Contrib.Providers.Flagd 0.2.3 (open-…
Browse files Browse the repository at this point in the history
…feature#255)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 21, 2024
1 parent cad2cd1 commit 0a3b244
Show file tree
Hide file tree
Showing 4 changed files with 15 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.7",
"src/OpenFeature.Contrib.Providers.Flagd": "0.2.2",
"src/OpenFeature.Contrib.Providers.Flagd": "0.2.3",
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.9",
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.8",
"src/OpenFeature.Contrib.Providers.ConfigCat": "0.0.4",
Expand Down
12 changes: 12 additions & 0 deletions src/OpenFeature.Contrib.Providers.Flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.3](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagd-v0.2.2...OpenFeature.Contrib.Providers.Flagd-v0.2.3) (2024-08-21)


### 🐛 Bug Fixes

* version expression ([cad2cd1](https://github.com/open-feature/dotnet-sdk-contrib/commit/cad2cd166d0c25753b37189f044c3a585cda0fad))


### 🧹 Chore

* **deps:** update dependency grpc.net.client to v2.65.0 ([#242](https://github.com/open-feature/dotnet-sdk-contrib/issues/242)) ([d20431c](https://github.com/open-feature/dotnet-sdk-contrib/commit/d20431cc9793edad3e08517a5c3a64a0103a48f3))

## [0.2.2](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagd-v0.2.1...OpenFeature.Contrib.Providers.Flagd-v0.2.2) (2024-08-20)


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.2.2</VersionNumber> <!--x-release-please-version -->
<VersionNumber>0.2.3</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.2.2
0.2.3

0 comments on commit 0a3b244

Please sign in to comment.