diff --git a/CHANGELOG.md b/CHANGELOG.md index e417fff7..eac57a89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v2.2.1 (2024-02-06) + +### Fix + +* 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)) +* 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)) + ## v2.2.0 (2023-12-15) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 9e40ee97..159146e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "algokit-utils" -version = "2.2.0" +version = "2.2.1" description = "Utilities for Algorand development for use by AlgoKit" authors = ["Algorand Foundation "] license = "MIT"