Skip to content

Commit

Permalink
chore(main): release OpenFeature.Contrib.Providers.ConfigCat 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 27, 2024
1 parent a5eed07 commit 5d7324f
Show file tree
Hide file tree
Showing 3 changed files with 21 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.1.9",
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.6",
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.6",
"src/OpenFeature.Contrib.Providers.ConfigCat": "0.0.3",
"src/OpenFeature.Contrib.Providers.ConfigCat": "0.0.4",
"src/OpenFeature.Contrib.Providers.FeatureManagement": "0.0.1",
"src/OpenFeature.Contrib.Providers.Statsig": "0.0.7"
}
19 changes: 19 additions & 0 deletions src/OpenFeature.Contrib.Providers.ConfigCat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# 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-06-27)


### ✨ New Features

* Add ConfigCat provider ([#119](https://github.com/open-feature/dotnet-sdk-contrib/issues/119)) ([20aeb3a](https://github.com/open-feature/dotnet-sdk-contrib/commit/20aeb3a471227571fdc47a46a6292e0b59c9b3a5))


### 🧹 Chore

* Add support for GitHub Packages ([#134](https://github.com/open-feature/dotnet-sdk-contrib/issues/134)) ([0def0da](https://github.com/open-feature/dotnet-sdk-contrib/commit/0def0da173e2f327b7381eba043b6e99ae8f26fe))
* **main:** release OpenFeature.Contrib.Providers.ConfigCat 0.0.2 ([#138](https://github.com/open-feature/dotnet-sdk-contrib/issues/138)) ([23d657f](https://github.com/open-feature/dotnet-sdk-contrib/commit/23d657fccc2613e000fb731f26b5b1620b014bde))
* **main:** release OpenFeature.Contrib.Providers.ConfigCat 0.0.3 ([#182](https://github.com/open-feature/dotnet-sdk-contrib/issues/182)) ([a5eed07](https://github.com/open-feature/dotnet-sdk-contrib/commit/a5eed0726b3f63e92d4f2c249f9313d490454645))


### 🔄 Refactoring

* Use the newly introduced ConfigCat error codes to determine error type ([#201](https://github.com/open-feature/dotnet-sdk-contrib/issues/201)) ([a9eef05](https://github.com/open-feature/dotnet-sdk-contrib/commit/a9eef0559d2eb2ab53249c585ddae5ad74c98328))

## [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 5d7324f

Please sign in to comment.