Skip to content

Commit

Permalink
Bumped version to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
algobarb committed Jan 14, 2022
1 parent 5b496e0 commit 3b389a9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
24 changes: 20 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.9.0
### Added

- Create dryrun (#259)
- Support Foreign objects as ABI arguments and address ARC-4 changes (#251)
- Add requirement to fetch behave source code and update readme (#262)
- Fix wait for confirmation function (#263)
- Add a default User-Agent header to the v2 algod client (#260)
- ABI Interaction Support for Python SDK (#247)
- ABI Type encoding support (#238)
- Add type hints and clean up ABI code (#253)
- Add CircleCI configs to the Python SDK repo (#246)

### Changed
- Re-format local and global state to work with correct msgpack encoding (#274)

## 1.9.0b2
### Added

Expand Down Expand Up @@ -77,7 +93,7 @@

## 1.4.0
## Added
- Support for Applications
- Support for Applications
## Bugfix
- Now content-type is set when sending transactions
- indexer client now allows no token for local development environment
Expand All @@ -87,7 +103,7 @@

## 1.2.0
### Added
- Added support for Algorand Smart Contracts (ASC)
- Added support for Algorand Smart Contracts (ASC)
- Dynamic fee contract
- Limit order contract
- Periodic payment contract
Expand All @@ -101,8 +117,8 @@
## 1.1.0
### Added
- Added support for Algorand Standardized Assets (ASA)
- Added support for Algorand Smart Contracts (ASC)
- Added support for Hashed Time Lock Contract (HTLC)
- Added support for Algorand Smart Contracts (ASC)
- Added support for Hashed Time Lock Contract (HTLC)
- Added support for Split contract
- Added support for Group Transactions
- Added support for leases
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
description="Algorand SDK in Python",
author="Algorand",
author_email="[email protected]",
version="1.9.0b2",
version="1.9.0",
long_description=long_description,
long_description_content_type="text/markdown",
license="MIT",
Expand Down

0 comments on commit 3b389a9

Please sign in to comment.