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 9926ad4 commit 527a118Copy full SHA for 527a118
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 4.2.1 - 2025-6-05
2
+
3
+1. fix: feature flag request use geoip_disable (#235)
4
+2. chore: pin actions versions (#210)
5
+3. chore: opinionated setup and mypy fix (#240)
6
7
## 4.2.0 - 2025-05-22
8
9
Add support for google gemini
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "4.2.0"
+VERSION = "4.2.1"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments