From f0ccd22612504f350fb3deb4b0566173bab210ea Mon Sep 17 00:00:00 2001 From: Dmitry Orlov Date: Wed, 7 Jun 2023 18:03:17 +0300 Subject: [PATCH] Add changelog and bump to 9.1.3 --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bbef5f5..aa4ce9fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +9.1.3 +----- + +* Ported publisher confirms tutorial by @MaPePeR #550 +* Fixed errored response when `aio_pika.patterns.RPC` + can not serialize the result #552 + +9.1.2 +----- + +* Fix badges in docs + +9.1.1 +----- + +* Fix readthedocs build file + 9.1.0 ----- diff --git a/pyproject.toml b/pyproject.toml index adabb80a..36e3a185 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aio-pika" -version = "9.1.2" +version = "9.1.3" description = "Wrapper around the aiormq for asyncio and humans" authors = ["Dmitry Orlov "] readme = "README.rst"