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 5ae7feb commit 1aeffa9Copy full SHA for 1aeffa9
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.3.1 - 2023-02-07
2
+
3
+1. Log instead of raise error on posthog personal api key errors
4
+2. Remove upper bound on backoff dependency
5
6
7
## 2.3.0 - 2023-01-31
8
9
1. Add support for returning payloads of matched feature flags
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "2.3.0"
+VERSION = "2.3.1"
if __name__ == "__main__":
print(VERSION, end="")
0 commit comments