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.
2 parents a25a4be + 337f7da commit 1edd48aCopy full SHA for 1edd48a
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 3.14.2 - 2025-02-19
2
+
3
+1. Evaluate feature flag payloads with case sensitivity correctly. Fixes <https://github.com/PostHog/posthog-python/issues/178>
4
5
## 3.14.1 - 2025-02-18
6
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "3.14.1"
+VERSION = "3.14.2"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments