Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny.iva committed Aug 22, 2024
1 parent e0b380c commit 4a65ab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# Changelog

## 1.3.0 - 2024-08-14

1. Added the ability to explicitly specify the uuid for capturing events. If uuid is not specified, Posthog will calculate it automatically (suitable for most cases).
2. Removed unused config function `uid()`.

## 1.2.18

* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v1.2.17...v1.2.18)
Expand Down Expand Up @@ -69,6 +62,8 @@

* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v...v1.2.3)

# Changelog

## 1.2.2 - 2024-08-08

1. Adds logging to error responses from the PostHog API so that users can see how a call failed (e.g. rate limiting) from the SDK itself.
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 = "1.3.0"
const Version = "1.2.18"

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

0 comments on commit 4a65ab9

Please sign in to comment.