diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e7cd43f5a9907bc0990ec7140884334d4b8df48..470e7932b488bae8476e5cf35a11d026bed3a6ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,17 +11,14 @@ v2.0.0
   * changed some default arguments for Queues for them to better make sense
   * some argument combinations just raise ValueError
   * PendingDeprecationWarning changed into a DeprecationWarning
-  * added support for headers exchanges
+  * added support for headers and topic exchanges
 * changes to Cluster:
   * declare will refuse to declare an anonymous queue
   * renamed publish(tx) to publish(confirm)
   * declare will expect qos to be given as an integer, and will be set as prefetch_count, since RabbitMQ no longer
     supports prefetch_size
     * same can be said of Consumer.set_qos(prefetch_count)
-  * added Cluster.
 
-Compatible changes
-------------------
 
 * fixed a bug wherein bad invocation of NodeDefinition would result in an exception
 
diff --git a/coolamqp/__init__.py b/coolamqp/__init__.py
index 0d6b713b1ca3d0c6c972d6eb2348da0fde32d4b3..afced14728f75ce3cd253465517ccc1032a62309 100644
--- a/coolamqp/__init__.py
+++ b/coolamqp/__init__.py
@@ -1 +1 @@
-__version__ = '2.0.0a3'
+__version__ = '2.0.0'