From 720037a08400e9bdbe14d35f6c606034b2413193 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Sun, 29 Sep 2024 21:33:08 +0200
Subject: [PATCH] docs fixed

---
 CHANGELOG.md         | 5 +++++
 README.md            | 2 +-
 coolamqp/__init__.py | 2 +-
 docs/cluster.rst     | 4 ++++
 4 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 685c467..cea1562 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
 Previous release notes are hosted on [GitHub](https://github.com/smok-serwis/coolamqp/releases).
 Since v1.3.2 they'll be put here and in release description.
 
+# v1.4.2
+========
+
+* added docs regarding consume method.
+
 # v1.4.1
 =======
 
diff --git a/README.md b/README.md
index e69b7c6..12461e7 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 CoolAMQP
 ========
-[![Documentation Status](https://readthedocs.org/projects/coolamqp/badge/?version=latest)](http://smokserwis.docs.smok5.co/coolamqp)
+
 [![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
 
 **Warning!!** Since v1.3.1 development has been moved 
diff --git a/coolamqp/__init__.py b/coolamqp/__init__.py
index 8e3c933..914b3b2 100644
--- a/coolamqp/__init__.py
+++ b/coolamqp/__init__.py
@@ -1 +1 @@
-__version__ = '1.4.1'
+__version__ = '1.4.2a1'
diff --git a/docs/cluster.rst b/docs/cluster.rst
index 985a868..2d97ffd 100644
--- a/docs/cluster.rst
+++ b/docs/cluster.rst
@@ -23,3 +23,7 @@ Consumers
     :members:
     :undoc-members:
 
+Please note that :meth:`coolamqp.clustering.Cluster.consume` passes lot of it's
+args and kwargs directly to the :class:`coolamqp.attaches.consumer.Consumer`.
+
+
-- 
GitLab