Skip to content

Commit 808fab3

Browse files
semantic-releaseactions-user
authored andcommitted
2.2.1
2.2.1 skip-checks: true
1 parent bcbaadd commit 808fab3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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

5+
## v2.2.1 (2024-02-06)
6+
7+
### Fix
8+
9+
* Handle updated LogicError format in algod 3.22 ([#68](https://github.com/algorandfoundation/algokit-utils-py/issues/68)) ([`bcbaadd`](https://github.com/algorandfoundation/algokit-utils-py/commit/bcbaadd1c0b7bd5230b4b7167f4408e70ab4963a))
10+
* Disable verbose logging level in config.py; only visible on debug log level now ([#62](https://github.com/algorandfoundation/algokit-utils-py/issues/62)) ([`10d1400`](https://github.com/algorandfoundation/algokit-utils-py/commit/10d1400c55203dc910b8a849e492695a1410552b))
11+
512
## v2.2.0 (2023-12-15)
613

714
### Feature

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.0"
3+
version = "2.2.1"
44
description = "Utilities for Algorand development for use by AlgoKit"
55
authors = ["Algorand Foundation <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)