diff --git a/CHANGELOG.md b/CHANGELOG.md
index 599e743bb111e7d1034c151525492c6df65abce7..ae19965b35c635a5efc58ac07e09d912795f147b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +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.
 
-# v2.0.0
-========
+v2.0.0
+======
 
+* **CoolAMQP switches now primarily to support RabbitMQ.** If it by accident supports your server, then that is a 
+  pure coincidence and nothing is guaranteed.
 * changes to Queues:
   * anonymous queues are back, for usage refer [here](https://smokserwis.docs.smok.co/coolamqp/advanced.html)
   * changed some default arguments for Queues for them to better make sense
@@ -13,25 +15,25 @@ Since v1.3.2 they'll be put here and in release description.
   * declare will refuse to declare an anonymous queue
   * renamed publish(tx) to publish(confirm)
 
-# v1.5.0
-========
+v1.5.0
+======
 
 * added properties to identify the server
 
-# v1.4.4
-========
+v1.4.4
+======
 
 * added unit tests for RabbitMQ 4.0
 
-# v1.4.3
-========
+v1.4.3
+======
 
 * bugfix regarding deadlettering queues
 * prefetch_size will be forced to 0 to better comply with [RabbitMQ](https://www.rabbitmq.com/docs/specification#method-status-basic.qos)
     * and a DeprecationWarning will be shown to people who try to set something else. 0 will be forced upon them anyway.
 
-# v1.4.2
-========
+v1.4.2
+======
 
 * fixed and unit tested the topic exchanges
 * fixed declare documentation
@@ -41,13 +43,13 @@ Since v1.3.2 they'll be put here and in release description.
 * prefetch_size will be forced to 0 to better comply with [RabbitMQ](https://www.rabbitmq.com/docs/specification#method-status-basic.qos)
     * and a DeprecationWarning will be shown to people who try to set something else. 0 will be forced upon them anyway.
 
-# v1.4.1
-=======
+v1.4.1
+======
 
 * fixed a bug while setting up connection
 
-# v1.2.16
-=========
+v1.2.16
+=======
 
 * removed the requirement for a Queue that for it to be equal to other Queue if their types do match
 * compile_definitions will now depend on requests
diff --git a/README.md b/README.md
index 5f2331e511144dee3f93b436f9eb196154acecd3..407428057de2ff3a7fe038ca8c2be0c5e3e5fc67 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 CoolAMQP
 ========
 
+**A Python client for RabbitMQ**
+
 [![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
 
 **Warning!!** Since v1.3.1 development has been moved