diff --git a/CHANGELOG.md b/CHANGELOG.md index c303c07eba..4f31f75142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # CHANGELOG +## v3.0.3 (2024-08-28) + +### Fix + +* do not remove swap ops before `itxn_field` if it's immediates point to the same field ([`0e88cdb`](https://github.com/algorandfoundation/puya/commit/0e88cdbaf5372e14b8de04aa28f244379d367528)) + ## v3.0.2 (2024-08-23) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 64102b13b7..c36281ad9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "puyapy" -version = "3.0.2" +version = "3.0.3" description = "An optimising compiler for Algorand Python" authors = ["Algorand Foundation "] readme = "README.md"