Skip to content

Commit a8f0a9e

Browse files
Bump version to 1.8.0 and add changelog
1 parent b88a471 commit a8f0a9e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
## 1.7.0
413
### Added
514

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
description="Algorand SDK in Python",
1010
author="Algorand",
1111
author_email="[email protected]",
12-
version="1.7.0",
12+
version="1.8.0",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
license="MIT",

0 commit comments

Comments
 (0)