Skip to content

Commit 7c00896

Browse files
chore: update package versions [version bump] [skip ci]
1 parent d9d59a5 commit 7c00896

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/secret-key-config.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/PostHog/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# PostHog
22

3+
## 2.10.0
4+
5+
### Minor Changes
6+
7+
- d9d59a5: Add `PostHogOptions.SecretKey` for local feature flag evaluation and remote config. It accepts either a Personal API Key (`phx_...`) or a Project Secret API Key (`phs_...`). The existing `PersonalApiKey` option is now a deprecated alias; when both are set, `SecretKey` takes precedence.
8+
39
## 2.9.0
410

511
### Minor Changes

src/PostHog/Generated/VersionConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ public static class VersionConstants
1313
/// <summary>
1414
/// The version of the PostHog package.
1515
/// </summary>
16-
public const string Version = "2.9.0";
16+
public const string Version = "2.10.0";
1717
}

src/PostHog/PostHog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>2.9.0</Version>
4+
<Version>2.10.0</Version>
55
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<PackageId>PostHog</PackageId>

src/PostHog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "PostHog",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"private": true
55
}

0 commit comments

Comments
 (0)