Skip to content

Commit de0ccd2

Browse files
authored
bump version to 1.4.9 (#66)
1 parent addd2e3 commit de0ccd2

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.9 - 2022-06-13
2+
- Support for sending feature flags with capture calls
3+
14
## 1.4.8 - 2022-05-12
25
- Support multi variate feature flags
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.8"
1+
VERSION = "1.4.9"
22

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

0 commit comments

Comments
 (0)