diff --git a/CHANGELOG.md b/CHANGELOG.md index 89cd11c8..14ec9cfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +# v2.5.0 + + + +## What's Changed +### Enhancements +* api: Sync client object. by @winder in https://github.com/algorand/py-algorand-sdk/pull/514 + + +**Full Changelog**: https://github.com/algorand/py-algorand-sdk/compare/v2.4.0...v2.5.0 + # v2.4.0 diff --git a/setup.py b/setup.py index c06215bf..70d6c854 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.4.0", + version="2.5.0", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/algorand/py-algorand-sdk",