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 306fb2a commit 9d2fa72Copy full SHA for 9d2fa72
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.4.8 - 2022-05-12
2
+- Support multi variate feature flags
3
+
4
## 1.4.7 - 2022-04-25
5
- Allow feature flags usage without project_api_key
6
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "1.4.7"
+VERSION = "1.4.8"
if __name__ == "__main__":
print(VERSION, end="")
0 commit comments