diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a0c66d..87d0e49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.20 + +* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v1.2.19...v1.2.20) + ## 1.2.19 * [Full Changelog](https://github.com/PostHog/posthog-go/compare/v1.2.18...v1.2.19) diff --git a/version.go b/version.go index 5be1e01..de2b3e0 100644 --- a/version.go +++ b/version.go @@ -3,7 +3,7 @@ package posthog import "flag" // Version of the client. -const Version = "1.2.19" +const Version = "1.2.20" // make tests easier by using a constant version func getVersion() string {