Skip to content

Commit aa3a5f5

Browse files
committed
Release v5.1.0
1 parent 6d45fa5 commit aa3a5f5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.1.0 - 2021-04-16
2+
3+
* Add analytics support for `track_engagments` and `track_impressions`
4+
* Update license to BSD-3 canonical description
5+
16
## 5.0.1 - 2021-01-22
27

38
* Bump pyjwt to 2.x

stream/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__copyright__ = "Copyright 2014, Stream.io, Inc"
66
__credits__ = ["Thierry Schellenbach, mellowmorning.com, @tschellenbach"]
77
__license__ = "BSD-3-Clause"
8-
__version__ = "5.0.1"
8+
__version__ = "5.1.0"
99
__maintainer__ = "Thierry Schellenbach"
1010
__email__ = "support@getstream.io"
1111
__status__ = "Production"

0 commit comments

Comments
 (0)