From 55b8f9b9287441e6361a9e22b90eb308ba8f89c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <pmaslanka@smok.co>
Date: Sat, 19 Oct 2024 12:53:00 +0000
Subject: [PATCH] Issue #3

---
 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