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 d7be253 commit a9d7bf3Copy full SHA for a9d7bf3
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.3.0 - 2023-01-31
2
+
3
+1. Add support for returning payloads of matched feature flags
4
5
## 2.2.0 - 2022-11-14
6
7
Changes:
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "2.2.0"
+VERSION = "2.3.0"
if __name__ == "__main__":
print(VERSION, end="")
0 commit comments