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