From c8e33c58ff7b81c6eeff58fcaf8c44ded82f9bce Mon Sep 17 00:00:00 2001 From: Dmitry Orlov Date: Mon, 7 Aug 2023 16:44:26 +0300 Subject: [PATCH] bump to 9.2.1 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb74a723..03bac93c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +9.2.1 +----- + +* Fix reopen of robust channel after close #571 by @decaz. Fixes #570 + 9.2.0 ----- diff --git a/pyproject.toml b/pyproject.toml index 14542226..dd48123f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aio-pika" -version = "9.2.0" +version = "9.2.1" description = "Wrapper around the aiormq for asyncio and humans" authors = ["Dmitry Orlov "] readme = "README.rst"