diff --git a/CHANGELOG.md b/CHANGELOG.md index 951cf1a..5940b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.9 + +* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v...v1.2.9) + ## 1.2.8 * [Full Changelog](https://github.com/PostHog/posthog-go/compare/v...v1.2.8) diff --git a/version.go b/version.go index b70d8fc..1073d5a 100644 --- a/version.go +++ b/version.go @@ -3,7 +3,7 @@ package posthog import "flag" // Version of the client. -const Version = "1.2.8" +const Version = "1.2.9" // make tests easier by using a constant version func getVersion() string {