Skip to content

Commit 9d2fa72

Browse files
authored
bump version 1.4.8 (#61)
* bump version 1.4.8 * Update CHANGELOG.md
1 parent 306fb2a commit 9d2fa72

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.4.8 - 2022-05-12
2+
- Support multi variate feature flags
3+
14
## 1.4.7 - 2022-04-25
25
- Allow feature flags usage without project_api_key
36

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "1.4.7"
1+
VERSION = "1.4.8"
22

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

0 commit comments

Comments
 (0)