Skip to content

Commit

Permalink
[release] 1.22.0 - Expose Allocated Experiment on Layers (#124)
Browse files Browse the repository at this point in the history
Allows access of allocated experiment on layers
Adds sdk key verification






>Included In This Release
>- bcc2274 sroyal-statsig
>   - Expose Allocated Experiment on Layer Object (#123)
>- 1c2c794 sroyal-statsig
>   - SDK Key Verification (#121)
>- f22da85 sroyal-statsig
>   - Normalize User for Manual Exposures (#122)

---------

Co-authored-by: statsig-kong[bot] <[email protected]>
  • Loading branch information
sroyal-statsig and sroyal-statsig authored Feb 9, 2024
1 parent bcc2274 commit dde4bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotnet-statsig-tests/Common/StatsigTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class StatsigTest : IAsyncLifetime
{
WireMockServer _server;

private const String ExpectedSdkVersion = "1.21.0.0";
private const String ExpectedSdkVersion = "1.22.0.0";

Task IAsyncLifetime.InitializeAsync()
{
Expand Down
2 changes: 1 addition & 1 deletion dotnet-statsig/dotnet-statsig.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>statsig_dotnet</RootNamespace>
<PackOnBuild>true</PackOnBuild>
<PackageId>Statsig</PackageId>
<Version>1.21.0</Version>
<Version>1.22.0</Version>
<Authors>Statsig Inc.</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Owners>Statsig Inc.,</Owners>
Expand Down

0 comments on commit dde4bb1

Please sign in to comment.