diff --git a/CHANGELOG.md b/CHANGELOG.md index 03bac93c..df0b776c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +9.2.2 +----- + +* Fix bug with RPC when handling `on_close` with a RobustConnection #573 by @CodeCorrupt + 9.2.1 ----- diff --git a/pyproject.toml b/pyproject.toml index dd48123f..504a917b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aio-pika" -version = "9.2.1" +version = "9.2.2" description = "Wrapper around the aiormq for asyncio and humans" authors = ["Dmitry Orlov "] readme = "README.rst"