diff --git a/CHANGELOG.md b/CHANGELOG.md index 365c137f4fa67a0ba8e5502d62e881599b9e5884..dfc2e6f7a8b24fbec5b6ef90ce182f4171295173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v1.1.1 (14th August 2023) + +Bug fix release, because `libnacl` brought in a breaking change. + +### Fixes +- #206, !190: Fix `libnacl` version to 1.8.0 +- Fix deprecation warning about `typing.re.Pattern` + +### Backport necessary changes from v1.2.0 development branch for beeing able to release +- #194: Introduce `tests:3.11` job + - to set `PYTHON_VERSION` to `3.11` in order to fix the pipeline since `pre-commit` is now installed on `3.11` image +- Remove runners tags +- Bump broken isort, black, pylint pre-commit hooks + ## [v1.1.0](https://git.duniter.org/clients/python/duniterpy/-/milestones/18) (14th February 2022) ### Project