Skip to content

Commit 96410d9

Browse files
authored
fix: change version from 2.0 to 1.2 (we are not on v2 yet) (#47)
1 parent 76dfd13 commit 96410d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
## 2.0.1 - 2024-08-07
3+
## 1.2.1 - 2024-08-07
44

55
1. The client will fall back to the `/decide` endpoint when evaluating feature flags if the user does not wish to provide a PersonalApiKey. This fixes an issue where users were unable to use this SDK without providing a PersonalApiKey. This fallback will make feature flag usage less performant, but will save users money by not making them pay for public API access.
66

7-
## 2.0.0 - 2022-08-15
7+
## 1.2.0 - 2022-08-15
88

99
Breaking changes:
1010

version.go

+1-1
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 = "2.0.0"
6+
const Version = "1.2.1"
77

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

0 commit comments

Comments
 (0)