diff --git a/CHANGELOG b/CHANGELOG index 0ed3a49..ce8c5b3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,14 @@ Change history ================ +===== +3.5.0 +===== +:release-date: 2020-06-08 +:by: Ferhat Elmas + +Add enrichment support to direct activity get + ===== 3.4.0 ===== diff --git a/stream/__init__.py b/stream/__init__.py index 5897d30..f0234ca 100644 --- a/stream/__init__.py +++ b/stream/__init__.py @@ -5,7 +5,7 @@ __copyright__ = "Copyright 2014, Stream.io, Inc" __credits__ = ["Thierry Schellenbach, mellowmorning.com, @tschellenbach"] __license__ = "BSD-3-Clause" -__version__ = "3.4.0" +__version__ = "3.5.0" __maintainer__ = "Thierry Schellenbach" __email__ = "support@getstream.io" __status__ = "Production"