Skip to content

Commit

Permalink
chore(main): release OpenFeature.Contrib.Providers.Statsig 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 3, 2024
1 parent b01ff5d commit c65c024
Show file tree
Hide file tree
Showing 4 changed files with 25 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.4"
"src/OpenFeature.Contrib.Providers.Statsig": "0.0.5"
}
22 changes: 22 additions & 0 deletions src/OpenFeature.Contrib.Providers.Statsig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.0.5](https://github.com/ericpattison/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Statsig-v0.0.4...OpenFeature.Contrib.Providers.Statsig-v0.0.5) (2024-05-03)


### 🐛 Bug Fixes

* Fix Statsig nuget package name ([#172](https://github.com/ericpattison/dotnet-sdk-contrib/issues/172)) ([3d089f5](https://github.com/ericpattison/dotnet-sdk-contrib/commit/3d089f5c48478d7151fcf5964aa545471a0afe5c))
* Update usage of StatsigServerOptions ([#169](https://github.com/ericpattison/dotnet-sdk-contrib/issues/169)) ([d12bbc7](https://github.com/ericpattison/dotnet-sdk-contrib/commit/d12bbc735eda7c2931d7f8d6ad32ef4f2f1741ed))
* Use new Statsig Api to return default value when flag is not defined ([#177](https://github.com/ericpattison/dotnet-sdk-contrib/issues/177)) ([5efc8a6](https://github.com/ericpattison/dotnet-sdk-contrib/commit/5efc8a603d1ad9d8887d75e38f95d5168a2319fa))


### ✨ New Features

* Statsing provider ([#163](https://github.com/ericpattison/dotnet-sdk-contrib/issues/163)) ([98028e9](https://github.com/ericpattison/dotnet-sdk-contrib/commit/98028e9c37bce6225a1feeef09917a4539065a23))


### 🧹 Chore

* **deps:** update dependency statsig to v1.24.0 ([#167](https://github.com/ericpattison/dotnet-sdk-contrib/issues/167)) ([f5c80e9](https://github.com/ericpattison/dotnet-sdk-contrib/commit/f5c80e923ef96760c951ae209a818004ed8bfb1b))
* **main:** release OpenFeature.Contrib.Providers.Statsig 0.0.2 ([#166](https://github.com/ericpattison/dotnet-sdk-contrib/issues/166)) ([9219189](https://github.com/ericpattison/dotnet-sdk-contrib/commit/921918916efac7ebe139970d9fde48ff7e077d6c))
* **main:** release OpenFeature.Contrib.Providers.Statsig 0.0.3 ([#168](https://github.com/ericpattison/dotnet-sdk-contrib/issues/168)) ([d85eb95](https://github.com/ericpattison/dotnet-sdk-contrib/commit/d85eb956cd2b202ed98b946f85e5bb00481be472))
* **main:** release OpenFeature.Contrib.Providers.Statsig 0.0.4 ([#174](https://github.com/ericpattison/dotnet-sdk-contrib/issues/174)) ([e45df09](https://github.com/ericpattison/dotnet-sdk-contrib/commit/e45df09370e06307292596b4cbe1049586cad2a3))

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


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

0 comments on commit c65c024

Please sign in to comment.