Skip to content

Commit

Permalink
Add changelog and bump to 9.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Jun 7, 2023
1 parent 05d3820 commit f0ccd22
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.rst"
Expand Down

0 comments on commit f0ccd22

Please sign in to comment.