diff --git a/CHANGELOG.md b/CHANGELOG.md index d5c2d12..a9be58b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.13 + +* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v1.2.12...v1.2.13) + ## 1.2.12 * [Full Changelog](https://github.com/PostHog/posthog-go/compare/v...v1.2.12) diff --git a/version.go b/version.go index 387e4ce..354d459 100644 --- a/version.go +++ b/version.go @@ -3,7 +3,7 @@ package posthog import "flag" // Version of the client. -const Version = "1.2.12" +const Version = "1.2.13" // make tests easier by using a constant version func getVersion() string {