Skip to content

Commit

Permalink
chore(main): release OpenFeature.Contrib.Providers.ConfigCat 0.0.4 (#250
Browse files Browse the repository at this point in the history
)

Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
github-actions[bot] and toddbaert authored Aug 20, 2024
1 parent 2988862 commit 481e912
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"src/OpenFeature.Contrib.Providers.Flagd": "0.2.1",
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.9",
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.7",
"src/OpenFeature.Contrib.Providers.ConfigCat": "0.0.3",
"src/OpenFeature.Contrib.Providers.ConfigCat": "0.0.4",
"src/OpenFeature.Contrib.Providers.FeatureManagement": "0.0.3",
"src/OpenFeature.Contrib.Providers.Statsig": "0.0.8"
}
7 changes: 7 additions & 0 deletions src/OpenFeature.Contrib.Providers.ConfigCat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.4](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.ConfigCat-v0.0.3...OpenFeature.Contrib.Providers.ConfigCat-v0.0.4) (2024-08-20)


### 🧹 Chore

* update OpenFeature version compatiblity ([#249](https://github.com/open-feature/dotnet-sdk-contrib/issues/249)) ([232e948](https://github.com/open-feature/dotnet-sdk-contrib/commit/232e948a0916ca10612f85343e2eecebca107090))

## [0.0.3](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.ConfigCat-v0.0.2...OpenFeature.Contrib.Providers.ConfigCat-v0.0.3) (2024-06-27)


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

<PropertyGroup>
<PackageId>OpenFeature.Contrib.Providers.ConfigCat</PackageId>
<VersionNumber>0.0.3</VersionNumber> <!--x-release-please-version -->
<VersionNumber>0.0.4</VersionNumber> <!--x-release-please-version -->
<VersionPrefix>$(VersionNumber)</VersionPrefix>
<AssemblyVersion>$(VersionNumber)</AssemblyVersion>
<FileVersion>$(VersionNumber)</FileVersion>
Expand Down

0 comments on commit 481e912

Please sign in to comment.