We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d45fa5 commit aa3a5f5Copy full SHA for aa3a5f5
CHANGELOG.md
@@ -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
6
## 5.0.1 - 2021-01-22
7
8
* Bump pyjwt to 2.x
stream/__init__.py
@@ -5,7 +5,7 @@
__copyright__ = "Copyright 2014, Stream.io, Inc"
__credits__ = ["Thierry Schellenbach, mellowmorning.com, @tschellenbach"]
__license__ = "BSD-3-Clause"
-__version__ = "5.0.1"
+__version__ = "5.1.0"
9
__maintainer__ = "Thierry Schellenbach"
10
__email__ = "support@getstream.io"
11
__status__ = "Production"
0 commit comments