Skip to content

Commit ed346ad

Browse files
authored
Bump version number and changelog to 0.22.0 (#648)
1 parent 939cf29 commit ed346ad

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
## Added
44

5+
## Fixed
6+
7+
## Changed
8+
9+
# v0.22.0
10+
511
## Changed
612
* Improved Router clear state program generation. ([#636](https://github.com/algorand/pyteal/pull/636))
713
* 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.
814

9-
## Fixed
10-
1115
# v0.21.0
1216

1317
## Added

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="pyteal",
10-
version="0.21.0",
10+
version="0.22.0",
1111
author="Algorand",
1212
author_email="[email protected]",
1313
description="Algorand Smart Contracts in Python",

0 commit comments

Comments
 (0)