We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1777b70 commit ab1399dCopy full SHA for ab1399d
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.4.7 - 2022-04-25
2
+- Allow feature flags usage without project_api_key
3
+
4
## 1.4.1 - 2021-05-28
5
- Fix packaging issues with Sentry integrations
6
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "1.4.6"
+VERSION = "1.4.7"
if __name__ == "__main__":
print(VERSION, end="")
0 commit comments