diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b5ded8..140c7781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +# v2.9.1 + + + +## What's Changed +### Bugfixes +* API: Revert application boxes pagination by @gmalouf in https://github.com/algorand/py-algorand-sdk/pull/572 + + +**Full Changelog**: https://github.com/algorand/py-algorand-sdk/compare/v2.9.0...v2.9.1 + # v2.9.0 diff --git a/setup.py b/setup.py index d654cb47..95e1416c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ description="Algorand SDK in Python", author="Algorand", author_email="pypiservice@algorand.com", - version="2.9.0", + version="2.9.1", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/algorand/py-algorand-sdk",