Skip to content

Commit c5bb4da

Browse files
chore: bump version to 1.10.0 [version bump]
1 parent 3fc9731 commit c5bb4da

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.10.0 - 2026-02-04
2+
3+
* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v1.9.1...v1.10.0)
4+
15
### New Features
26

37
* **`GetFeatureFlagResult`**: New method that returns both the flag value and payload in a single call, while properly tracking feature flag usage via `$feature_flag_called` events.

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package posthog
33
import "flag"
44

55
// Version of the client.
6-
const Version = "1.9.1"
6+
const Version = "1.10.0"
77

88
// make tests easier by using a constant version
99
func getVersion() string {

0 commit comments

Comments
 (0)