Skip to content

Commit

Permalink
chore: release main (open-feature#49)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 27, 2023
1 parent 9901ecc commit de59ebe
Show file tree
Hide file tree
Showing 4 changed files with 10 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,5 +1,5 @@
{
"src/OpenFeature.Contrib.Hooks.Otel": "0.1.1",
"src/OpenFeature.Contrib.Providers.Flagd": "0.1.3",
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.2"
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.3"
}
7 changes: 7 additions & 0 deletions src/OpenFeature.Contrib.Providers.GOFeatureFlag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.3](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.GOFeatureFlag-v0.1.2...OpenFeature.Contrib.Providers.GOFeatureFlag-v0.1.3) (2023-03-27)


### Bug Fixes

* some issues in the GO Feature Flag relay proxy ([#45](https://github.com/open-feature/dotnet-sdk-contrib/issues/45)) ([9901ecc](https://github.com/open-feature/dotnet-sdk-contrib/commit/9901ecc6566f8e97b222ce2080d329d2adf4401f))

## [0.1.2](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.GOFeatureFlag-v0.1.1...OpenFeature.Contrib.Providers.GOFeatureFlag-v0.1.2) (2023-02-03)


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.2</VersionNumber> <!--x-release-please-version -->
<VersionNumber>0.1.3</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.2
0.1.3

0 comments on commit de59ebe

Please sign in to comment.