Skip to content

Commit

Permalink
fix: change version from 2.0 to 1.2 (we are not on v2 yet) (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Aug 8, 2024
1 parent 76dfd13 commit 96410d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## 2.0.1 - 2024-08-07
## 1.2.1 - 2024-08-07

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.

## 2.0.0 - 2022-08-15
## 1.2.0 - 2022-08-15

Breaking changes:

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package posthog
import "flag"

// Version of the client.
const Version = "2.0.0"
const Version = "1.2.1"

// make tests easier by using a constant version
func getVersion() string {
Expand Down

0 comments on commit 96410d9

Please sign in to comment.