Skip to content

Commit

Permalink
Bump version number and changelog to 0.22.0 (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbroder-algo committed Jan 24, 2023
1 parent 939cf29 commit ed346ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

## Added

## Fixed

## Changed

# v0.22.0

## Changed
* Improved Router clear state program generation. ([#636](https://github.com/algorand/pyteal/pull/636))
* NOTE: a backwards incompatable change was imposed in this PR: previous Clear State Program (CSP) can be constructed in router by registering ABI methods or bare app calls, now one has to use `clear_state` argument in `Router.__init__` to construct the CSP.

## Fixed

# v0.21.0

## Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="pyteal",
version="0.21.0",
version="0.22.0",
author="Algorand",
author_email="pypiservice@algorand.com",
description="Algorand Smart Contracts in Python",
Expand Down

0 comments on commit ed346ad

Please sign in to comment.