Skip to content

Commit 424878c

Browse files
chore: release main (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0544449 commit 424878c

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"src/OpenFeature.Contrib.Hooks.Otel": "0.1.0",
33
"src/OpenFeature.Contrib.Providers.Flagd": "0.1.0",
4-
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.0"
4+
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.1"
55
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.GOFeatureFlag-v0.1.0...OpenFeature.Contrib.Providers.GOFeatureFlag-v0.1.1) (2022-12-01)
4+
5+
6+
### Features
7+
8+
* GO Feature Flag dotnet provider ([#24](https://github.com/open-feature/dotnet-sdk-contrib/issues/24)) ([964cf32](https://github.com/open-feature/dotnet-sdk-contrib/commit/964cf3297d1b78954d5139750d26acbad9fcd895))

src/OpenFeature.Contrib.Providers.GOFeatureFlag/OpenFeature.Contrib.Providers.GOFeatureFlag.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<PackageId>OpenFeature.Contrib.GOFeatureFlag</PackageId>
5-
<VersionNumber>0.1.0</VersionNumber> <!--x-release-please-version -->
5+
<VersionNumber>0.1.1</VersionNumber> <!--x-release-please-version -->
66
<Version>$(VersionNumber)</Version>
77
<AssemblyVersion>$(VersionNumber)</AssemblyVersion>
88
<FileVersion>$(VersionNumber)</FileVersion>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

0 commit comments

Comments
 (0)