Skip to content

Commit cba6e86

Browse files
authored
Bump to 3.4.2 (#118)
1 parent 4e45255 commit cba6e86

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.4.2 - 2024-02-20
2+
3+
1. Add `historical_migration` option for bulk migration to PostHog Cloud.
4+
15
## 3.4.1 - 2024-02-09
26

37
1. Use new hosts for event capture as well
@@ -123,7 +127,7 @@ Changes:
123127
Breaking changes:
124128

125129
1. The minimum version requirement for PostHog servers is now 1.38. If you're using PostHog Cloud, you satisfy this requirement automatically.
126-
2. Feature flag defaults apply only when there's an error fetching feature flag results. Earlier, if the default was set to `True`, even if a flag resolved to `False`, the default would override this.
130+
2. Feature flag defaults apply only when there's an error fetching feature flag results. Earlier, if the default was set to `True`, even if a flag resolved to `False`, the default would override this.
127131
**Note: These are removed in 2.0.2**
128132
3. Feature flag remote evaluation doesn't require a personal API key.
129133

posthog/version.py

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

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

0 commit comments

Comments
 (0)