Skip to content

Commit

Permalink
chore(main): release OpenFeature.Contrib.Providers.GOFeatureFlag 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 28, 2023
1 parent bd07b99 commit 4ff5628
Show file tree
Hide file tree
Showing 4 changed files with 12 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.1",
"src/OpenFeature.Contrib.Providers.Flagd": "0.1.7",
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.4",
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.5",
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.2"
}
9 changes: 9 additions & 0 deletions src/OpenFeature.Contrib.Providers.GOFeatureFlag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [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-11-28)


### 🧹 Chore

* **deps:** update dependency system.text.json to v7.0.2 ([#50](https://github.com/open-feature/dotnet-sdk-contrib/issues/50)) ([b1690c9](https://github.com/open-feature/dotnet-sdk-contrib/commit/b1690c91843afe012f08e63411ee100ed29e5f5c))
* **deps:** update dependency system.text.json to v7.0.3 ([#66](https://github.com/open-feature/dotnet-sdk-contrib/issues/66)) ([8a6933a](https://github.com/open-feature/dotnet-sdk-contrib/commit/8a6933a0093be917a60235080ff3dac89a952f81))
* **deps:** update dependency system.text.json to v7.0.4 ([#101](https://github.com/open-feature/dotnet-sdk-contrib/issues/101)) ([84f453d](https://github.com/open-feature/dotnet-sdk-contrib/commit/84f453ded557491ae69ae7d279d51642327dc8e6))

## [0.1.4](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.GOFeatureFlag-v0.1.3...OpenFeature.Contrib.Providers.GOFeatureFlag-v0.1.4) (2023-04-07)


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.4</VersionNumber> <!--x-release-please-version -->
<VersionNumber>0.1.5</VersionNumber> <!--x-release-please-version -->
<Version>$(VersionNumber)</Version>
<AssemblyVersion>$(VersionNumber)</AssemblyVersion>
<FileVersion>$(VersionNumber)</FileVersion>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.1.5

0 comments on commit 4ff5628

Please sign in to comment.