Skip to content

Commit 5a02bb3

Browse files
semantic-releaseactions-user
authored andcommitted
2.3.0
2.3.0 skip-checks: true
1 parent 661edeb commit 5a02bb3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

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

5+
## v2.3.0 (2024-05-13)
6+
7+
### Feature
8+
9+
* AlgorandClient ([#71](https://github.com/algorandfoundation/algokit-utils-py/issues/71)) ([`5ee3a3b`](https://github.com/algorandfoundation/algokit-utils-py/commit/5ee3a3b370d155f3a3729444a6d5a5cc4a7f46f6))
10+
11+
### Fix
12+
13+
* Revert avoiding oncomplete ignore in app client calls (to be added as breaking change) ([#88](https://github.com/algorandfoundation/algokit-utils-py/issues/88)) ([`661edeb`](https://github.com/algorandfoundation/algokit-utils-py/commit/661edeb69de841c6985876ea43a3c64fa36b9716))
14+
* Add tests for transfer with rekey ([`b0b3be9`](https://github.com/algorandfoundation/algokit-utils-py/commit/b0b3be9d22bcec0dd425fb8a1dad236eb7731166))
15+
* Audit ([`0ee4b83`](https://github.com/algorandfoundation/algokit-utils-py/commit/0ee4b83eda078612d3bc65798df897c70d22b1cd))
16+
* Rekey transfer ([`55e1dbe`](https://github.com/algorandfoundation/algokit-utils-py/commit/55e1dbe0c7f8cdf8e5c94d1deb39a142c56f55bd))
17+
518
## v2.2.2 (2024-04-23)
619

720
### 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.2.2"
3+
version = "2.3.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)