Skip to content

Commit bb6c33e

Browse files
chore: update package versions [version bump] [skip ci]
1 parent 60a2194 commit bb6c33e

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/calm-bees-smile.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.8.1
4+
5+
### Patch Changes
6+
7+
- 60a2194: Preserve per-capture GeoIP override properties when super properties are configured.
8+
39
## 2.8.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.8.0";
16+
public const string Version = "2.8.1";
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.8.0</Version>
4+
<Version>2.8.1</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.8.0",
3+
"version": "2.8.1",
44
"private": true
55
}

0 commit comments

Comments
 (0)