From ec2ee6241f9f2ceaa94749d33e869e375e5db2db Mon Sep 17 00:00:00 2001 From: Max Hedgehog Date: Thu, 8 Aug 2024 23:32:20 +0000 Subject: [PATCH] Bump version to 1.2.7 --- CHANGELOG.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6568327..1aa0ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.7 + +* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v...v1.2.7) + ## 1.2.6 * [Full Changelog](https://github.com/PostHog/posthog-go/compare/v...v1.2.6) diff --git a/version.go b/version.go index 8bf49a1..00170d5 100644 --- a/version.go +++ b/version.go @@ -3,7 +3,7 @@ package posthog import "flag" // Version of the client. -const Version = "1.2.6" +const Version = "1.2.7" // make tests easier by using a constant version func getVersion() string {