Skip to content

Commit 527a118

Browse files
committed
version and changelog
1 parent 9926ad4 commit 527a118

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 4.2.0 - 2025-05-22
28

39
Add support for google gemini

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "4.2.0"
1+
VERSION = "4.2.1"
22

33
if __name__ == "__main__":
44
print(VERSION, end="") # noqa: T201

0 commit comments

Comments
 (0)