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 addd2e3 commit de0ccd2Copy full SHA for de0ccd2
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.4.9 - 2022-06-13
2
+- Support for sending feature flags with capture calls
3
+
4
## 1.4.8 - 2022-05-12
5
- Support multi variate feature flags
6
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "1.4.8"
+VERSION = "1.4.9"
if __name__ == "__main__":
print(VERSION, end="")
0 commit comments