Skip to content

Commit

Permalink
bump version 1.4.8 (#61)
Browse files Browse the repository at this point in the history
* bump version 1.4.8

* Update CHANGELOG.md
  • Loading branch information
timgl authored May 12, 2022
1 parent 306fb2a commit 9d2fa72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.4.8 - 2022-05-12
- Support multi variate feature flags

## 1.4.7 - 2022-04-25
- Allow feature flags usage without project_api_key

Expand Down
2 changes: 1 addition & 1 deletion posthog/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "1.4.7"
VERSION = "1.4.8"

if __name__ == "__main__":
print(VERSION, end="")

0 comments on commit 9d2fa72

Please sign in to comment.