Skip to content

Commit

Permalink
chore(main): release OpenFeature.Contrib.Providers.Statsig 0.0.3 (#168)
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 Apr 3, 2024
1 parent d12bbc7 commit d85eb95
Show file tree
Hide file tree
Showing 4 changed files with 15 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.6",
"src/OpenFeature.Contrib.Providers.ConfigCat": "0.0.2",
"src/OpenFeature.Contrib.Providers.FeatureManagement": "0.0.1",
"src/OpenFeature.Contrib.Providers.Statsig": "0.0.2"
"src/OpenFeature.Contrib.Providers.Statsig": "0.0.3"
}
12 changes: 12 additions & 0 deletions src/OpenFeature.Contrib.Providers.Statsig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.3](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Statsig-v0.0.2...OpenFeature.Contrib.Providers.Statsig-v0.0.3) (2024-04-03)


### 🐛 Bug Fixes

* Update usage of StatsigServerOptions ([#169](https://github.com/open-feature/dotnet-sdk-contrib/issues/169)) ([d12bbc7](https://github.com/open-feature/dotnet-sdk-contrib/commit/d12bbc735eda7c2931d7f8d6ad32ef4f2f1741ed))


### 🧹 Chore

* **deps:** update dependency statsig to v1.24.0 ([#167](https://github.com/open-feature/dotnet-sdk-contrib/issues/167)) ([f5c80e9](https://github.com/open-feature/dotnet-sdk-contrib/commit/f5c80e923ef96760c951ae209a818004ed8bfb1b))

## [0.0.2](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Statsig-v0.0.1...OpenFeature.Contrib.Providers.Statsig-v0.0.2) (2024-03-14)


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

<PropertyGroup>
<PackageId>OpenFeature.Contrib.Provider.Statsig</PackageId>
<VersionNumber>0.0.2</VersionNumber><!--x-release-please-version -->
<VersionNumber>0.0.3</VersionNumber><!--x-release-please-version -->
<VersionPrefix>$(VersionNumber)</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
<AssemblyVersion>$(VersionNumber)</AssemblyVersion>
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.2
0.0.3

0 comments on commit d85eb95

Please sign in to comment.