Skip to content

Commit 753cf83

Browse files
semantic-releaseactions-user
authored andcommitted
2.4.0
2.4.0 skip-checks: true
1 parent 4606bc7 commit 753cf83

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.4.0 (2024-11-25)
6+
7+
### Feature
8+
9+
* Puya debugging support ([#106](https://github.com/algorandfoundation/algokit-utils-py/issues/106)) ([`4606bc7`](https://github.com/algorandfoundation/algokit-utils-py/commit/4606bc724afcf71cd7002e9eab5cbbe2463f94c2))
10+
11+
### Fix
12+
13+
* Removed incorrect decoding of rekey_to address. ([#121](https://github.com/algorandfoundation/algokit-utils-py/issues/121)) ([`5df807f`](https://github.com/algorandfoundation/algokit-utils-py/commit/5df807f4e03318857a525a66c6485a7edbbba342))
14+
* Remove index on application create call in beta composer #122 ([`e4a6435`](https://github.com/algorandfoundation/algokit-utils-py/commit/e4a6435ca229f392f6056a949d15fa9cbdfc64b2))
15+
516
## v2.3.2 (2024-10-21)
617

718
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "algokit-utils"
3-
version = "2.3.2"
3+
version = "2.4.0"
44
description = "Utilities for Algorand development for use by AlgoKit"
55
authors = ["Algorand Foundation <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)