diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db68e0..cbd6cb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html ## [Pending release] +## [5.2.3] - 2022-05-31 + +### Fixed + +- `PyJWT` version bumped + ## [5.2.2] - 2021-11-22 ### Added @@ -216,7 +222,8 @@ bitvavo.enums.CandelstickInterval -> bitvavo.enums.CandlestickInterval The official release of `cryptoxlib-aio`. -[Pending release]: https://github.com/nardew/cryptoxlib-aio/compare/5.2.2...HEAD +[Pending release]: https://github.com/nardew/cryptoxlib-aio/compare/5.2.3...HEAD +[5.2.3]: https://github.com/nardew/cryptoxlib-aio/compare/5.2.2...5.2.3 [5.2.2]: https://github.com/nardew/cryptoxlib-aio/compare/5.2.1...5.2.2 [5.2.1]: https://github.com/nardew/cryptoxlib-aio/compare/5.2.0...5.2.1 [5.2.0]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.6...5.2.0 diff --git a/README.md b/README.md index 5f6148f..12a1058 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# cryptoxlib-aio 5.2.2 +# cryptoxlib-aio 5.2.3 ![](https://img.shields.io/badge/python-3.6-blue.svg) ![](https://img.shields.io/badge/python-3.7-blue.svg) ![](https://img.shields.io/badge/python-3.8-blue.svg) ![](https://img.shields.io/badge/python-3.9-blue.svg) diff --git a/setup.py b/setup.py index 3c2f72c..65cbee4 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="cryptoxlib-aio", - version="5.2.2", + version="5.2.3", author="nardew", author_email="cryptoxlib.aio@gmail.com", description="Cryptoexchange asynchronous python client",