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