Skip to content

Commit

Permalink
chore(main): release OpenFeature.Contrib.Providers.GOFeatureFlag 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 27, 2024
1 parent 61a7fa3 commit 82f573b
Show file tree
Hide file tree
Showing 4 changed files with 11 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,7 +1,7 @@
{
"src/OpenFeature.Contrib.Hooks.Otel": "0.1.4",
"src/OpenFeature.Contrib.Providers.Flagd": "0.1.8",
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.5",
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.6",
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.6",
"src/OpenFeature.Contrib.Providers.ConfigCat": "0.0.2",
"src/OpenFeature.Contrib.Providers.FeatureManagement": "0.0.1",
Expand Down
8 changes: 8 additions & 0 deletions src/OpenFeature.Contrib.Providers.GOFeatureFlag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.6](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.GOFeatureFlag-v0.1.5...OpenFeature.Contrib.Providers.GOFeatureFlag-v0.1.6) (2024-03-27)


### 🧹 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))
* **deps:** update dependency system.text.json to v8.0.1 ([#128](https://github.com/open-feature/dotnet-sdk-contrib/issues/128)) ([d3aea9e](https://github.com/open-feature/dotnet-sdk-contrib/commit/d3aea9e6a957c3c0ecc4f318f10916801cffe945))

## [0.1.5](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.GOFeatureFlag-v0.1.4...OpenFeature.Contrib.Providers.GOFeatureFlag-v0.1.5) (2023-12-21)


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

<PropertyGroup>
<PackageId>OpenFeature.Contrib.GOFeatureFlag</PackageId>
<VersionNumber>0.1.5</VersionNumber> <!--x-release-please-version -->
<VersionNumber>0.1.6</VersionNumber> <!--x-release-please-version -->
<VersionPrefix>$(VersionNumber)</VersionPrefix>
<AssemblyVersion>$(VersionNumber)</AssemblyVersion>
<FileVersion>$(VersionNumber)</FileVersion>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.5
0.1.6

0 comments on commit 82f573b

Please sign in to comment.