From 6167a86e98b9d3c4d80fded9fa10b8d8027877a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Sat, 19 Oct 2024 14:45:57 +0200
Subject: [PATCH] docs added

---
 coolamqp/__init__.py | 2 +-
 docs/whatsnew.rst    | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/coolamqp/__init__.py b/coolamqp/__init__.py
index a790050..7ef4bfb 100644
--- a/coolamqp/__init__.py
+++ b/coolamqp/__init__.py
@@ -1 +1 @@
-__version__ = '2.0.0a1'
+__version__ = '2.0.0a2'
diff --git a/docs/whatsnew.rst b/docs/whatsnew.rst
index d696f22..1757077 100644
--- a/docs/whatsnew.rst
+++ b/docs/whatsnew.rst
@@ -7,6 +7,11 @@ pick their names for themselves.
 It also forbids some combinations of Queue arguments, and makes the default values more palatable, so for example
 a naked :class:`coolamqp.objects.Queue` will be anonymous, non-durable, exclusive and auto-delete.
 
+Cluster.publish
+---------------
+
+:meth:`coolamqp.clustering.Cluster.publish` has no longer the tx param, which has been deprecated.
+
 Queues
 ------
 
-- 
GitLab