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 fd92502 commit de6e60fCopy full SHA for de6e60f
CHANGELOG.md
@@ -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
8
## 1.3.1 - 2021-05-07
9
10
- Add $set and $set_once support (#23)
11
- Add distinct id to $create_alias event (#27)
12
- Add UUID to ID_TYPES (#26)
13
-## 1.2.1
14
+## 1.2.1 - 2021-02-05
15
-Initial release logged in changelog.
16
+Initial release logged in CHANGELOG.md.
posthog/version.py
@@ -1 +1 @@
-VERSION = "1.3.1"
+VERSION = "1.4.0"
0 commit comments