Skip to content

Commit de6e60f

Browse files
committed
Release 1.4.0
1 parent fd92502 commit de6e60f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
## 1.4.0 - 2021-05-07
2+
3+
- Add support for project_api_key (#32)
4+
- Resolve polling issues with feature flags (#29)
5+
- Add python sentry (and sentry & django) integrations (#13)
6+
- Fix feature flag issue with no % rollout (#30)
7+
18
## 1.3.1 - 2021-05-07
29

310
- Add $set and $set_once support (#23)
411
- Add distinct id to $create_alias event (#27)
512
- Add UUID to ID_TYPES (#26)
613

7-
## 1.2.1
14+
## 1.2.1 - 2021-02-05
815

9-
Initial release logged in changelog.
16+
Initial release logged in CHANGELOG.md.

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.3.1"
1+
VERSION = "1.4.0"

0 commit comments

Comments
 (0)