Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed May 18, 2021
1 parent fd92502 commit de6e60f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Initial release logged in CHANGELOG.md.
2 changes: 1 addition & 1 deletion posthog/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.3.1"
VERSION = "1.4.0"

0 comments on commit de6e60f

Please sign in to comment.