diff --git a/CHANGELOG.md b/CHANGELOG.md index 007c51e02..7181b7822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Added +## Fixed + +## Changed + +# v0.26.0 + +## Added + * Support for AVM v10 programs. ([#714](https://github.com/algorand/pyteal/pull/714)) * New box operations: * `App.box_resize` @@ -19,10 +27,6 @@ * `EcMapTo` * Support for Python 3.12. ([#713](https://github.com/algorand/pyteal/pull/713)) -## Fixed - -## Changed - # v0.25.0 ## Added diff --git a/setup.py b/setup.py index 3a5c4f743..5d40a0dc8 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="pyteal", - version="0.25.0", + version="0.26.0", author="Algorand", author_email="pypiservice@algorand.com", description="Algorand Smart Contracts in Python",