Skip to content

Commit ab1399d

Browse files
committed
Bump version 1.4.7
1 parent 1777b70 commit ab1399d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.4.7 - 2022-04-25
2+
- Allow feature flags usage without project_api_key
3+
14
## 1.4.1 - 2021-05-28
25
- Fix packaging issues with Sentry integrations
36

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "1.4.6"
1+
VERSION = "1.4.7"
22

33
if __name__ == "__main__":
44
print(VERSION, end="")

0 commit comments

Comments
 (0)