Skip to content

Commit 6d9033b

Browse files
chore: update package versions [version bump] [skip ci]
1 parent 0da29c6 commit 6d9033b

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/quiet-flags-retry.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.2
4+
5+
### Patch Changes
6+
7+
- 0da29c6: Retry feature flag requests after transient network errors only. The feature flag request retry count defaults to 1 and can be set to 0 to disable retries.
8+
39
## 2.8.1
410

511
### Patch 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.1";
16+
public const string Version = "2.8.2";
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.1</Version>
4+
<Version>2.8.2</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.1",
3+
"version": "2.8.2",
44
"private": true
55
}

0 commit comments

Comments
 (0)