Skip to content

Commit e2351f5

Browse files
author
Max Hedgehog
committed
Bump version to 1.4.6
1 parent 6a00101 commit e2351f5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.6
2+
3+
* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v1.4.5...v1.4.6)
4+
15
## 1.4.5
26

37
* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v1.4.4...v1.4.5)

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package posthog
33
import "flag"
44

55
// Version of the client.
6-
const Version = "1.4.5"
6+
const Version = "1.4.6"
77

88
// make tests easier by using a constant version
99
func getVersion() string {

0 commit comments

Comments
 (0)