We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88a471 commit a8f0a9eCopy full SHA for a8f0a9e
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 1.8.0
4
+### Added
5
+
6
+- Add wait_for_confirmation() to AlgodClient (#214)
7
+- Support AVM 1.0 (#236)
8
9
+### Bug Fixes
10
+- Fix JSON decoding in AlgodHTTPError (#223)
11
12
## 1.7.0
13
### Added
14
setup.py
@@ -9,7 +9,7 @@
description="Algorand SDK in Python",
author="Algorand",
author_email="[email protected]",
- version="1.7.0",
+ version="1.8.0",
long_description=long_description,
long_description_content_type="text/markdown",
15
license="MIT",
0 commit comments