From de6e60f12fc87485e04ff87a5e6006d5149562ac Mon Sep 17 00:00:00 2001 From: Michael Matloka Date: Tue, 18 May 2021 17:16:19 +0200 Subject: [PATCH] Release 1.4.0 --- CHANGELOG.md | 11 +++++++++-- posthog/version.py | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20f839c..977db72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ +## 1.4.0 - 2021-05-07 + +- Add support for project_api_key (#32) +- Resolve polling issues with feature flags (#29) +- Add python sentry (and sentry & django) integrations (#13) +- Fix feature flag issue with no % rollout (#30) + ## 1.3.1 - 2021-05-07 - Add $set and $set_once support (#23) - Add distinct id to $create_alias event (#27) - Add UUID to ID_TYPES (#26) -## 1.2.1 +## 1.2.1 - 2021-02-05 -Initial release logged in changelog. \ No newline at end of file +Initial release logged in CHANGELOG.md. diff --git a/posthog/version.py b/posthog/version.py index 4cf03a8..af63e4a 100644 --- a/posthog/version.py +++ b/posthog/version.py @@ -1 +1 @@ -VERSION = "1.3.1" +VERSION = "1.4.0"