From 4a65ab9ac6c6bfb77525817ddeffc8d7fb394c76 Mon Sep 17 00:00:00 2001 From: "evgeny.iva" Date: Thu, 22 Aug 2024 20:59:39 +0300 Subject: [PATCH] review fixes --- CHANGELOG.md | 9 ++------- version.go | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d896e0..1846066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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. diff --git a/version.go b/version.go index 6f7d919..1b3adf9 100644 --- a/version.go +++ b/version.go @@ -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 {