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
#86)

Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
  • Loading branch information
github-actions[bot] and thomaspoignant authored Dec 28, 2023
1 parent 500cfe4 commit 2386562
Show file tree
Hide file tree
Showing 4 changed files with 13 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.2",
"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.5"
}
10 changes: 10 additions & 0 deletions src/OpenFeature.Contrib.Providers.GOFeatureFlag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 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-12-21)


### 🧹 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))
* **deps:** update dotnet monorepo to v8 (major) ([#100](https://github.com/open-feature/dotnet-sdk-contrib/issues/100)) ([13d3223](https://github.com/open-feature/dotnet-sdk-contrib/commit/13d32231983e61ec9960cabfbf9a55fc5a6b32cb))

## [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 2386562

Please sign in to comment.