diff --git a/CHANGELOG.md b/CHANGELOG.md index aacac7c..319a580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.2.0] - 2019-07-11 + ### Added * Argument `api_key` for `AsyncBufferedConsumer.send`, for compatibility with the version @@ -31,7 +33,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.0.3] - 2014-04-29 -[Unreleased]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.0.6...v0.1.0 [0.0.6]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.0.5...v0.0.6 [0.0.5]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.0.4...v0.0.5 diff --git a/setup.py b/setup.py index dcd5786..d0e785f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='mixpanel-py-async', - version='0.1.0', + version='0.2.0', author='Jesse Pollak', author_email='jpollak92@gmail.com', packages=['mixpanel_async'],