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