Skip to content

Commit

Permalink
chore(main): release OpenFeature.Contrib.Providers.Statsig 0.0.8 (ope…
Browse files Browse the repository at this point in the history
…n-feature#251)

Signed-off-by: Todd Baert <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Todd Baert <[email protected]>
  • Loading branch information
github-actions[bot] and toddbaert authored Aug 20, 2024
1 parent 2213470 commit 2988862
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
Expand Up @@ -5,5 +5,5 @@
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.7",
"src/OpenFeature.Contrib.Providers.ConfigCat": "0.0.3",
"src/OpenFeature.Contrib.Providers.FeatureManagement": "0.0.3",
"src/OpenFeature.Contrib.Providers.Statsig": "0.0.7"
"src/OpenFeature.Contrib.Providers.Statsig": "0.0.8"
}
7 changes: 7 additions & 0 deletions src/OpenFeature.Contrib.Providers.Statsig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.8](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Statsig-v0.0.7...OpenFeature.Contrib.Providers.Statsig-v0.0.8) (2024-08-20)


### 🧹 Chore

* update OpenFeature version compatiblity ([#249](https://github.com/open-feature/dotnet-sdk-contrib/issues/249)) ([232e948](https://github.com/open-feature/dotnet-sdk-contrib/commit/232e948a0916ca10612f85343e2eecebca107090))

## [0.0.7](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Statsig-v0.0.6...OpenFeature.Contrib.Providers.Statsig-v0.0.7) (2024-06-19)


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

<PropertyGroup>
<PackageId>OpenFeature.Contrib.Providers.Statsig</PackageId>
<VersionNumber>0.0.7</VersionNumber><!--x-release-please-version -->
<VersionNumber>0.0.8</VersionNumber><!--x-release-please-version -->
<VersionPrefix>$(VersionNumber)</VersionPrefix>
<AssemblyVersion>$(VersionNumber)</AssemblyVersion>
<FileVersion>$(VersionNumber)</FileVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/OpenFeature.Contrib.Providers.Statsig/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.7
0.0.8

0 comments on commit 2988862

Please sign in to comment.