diff --git a/CHANGELOG.md b/CHANGELOG.md
index 69b7f7b3b5c0bb460218978289ec06a756832a24..f83f60724664a9e0a10c2258f53776031b449288 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,8 @@ The changelog is kept as [release notes](https://github.com/smok-serwis/coolamqp
 on GitHub. This file serves to only note what changes
 have been made so far, between releases.
 
-# v1.2.7
+# v1.2.6
 
+* repr improved for methods that were received from the server and had memoryview's in them
 * is far more friendly on Windows, which doesn't have epoll
 
diff --git a/coolamqp/__init__.py b/coolamqp/__init__.py
index 994da12a0f892cbd770be2762c663ce3b9b153c9..593fb6f6b1f88f85de741af87e4f986d73c108f9 100644
--- a/coolamqp/__init__.py
+++ b/coolamqp/__init__.py
@@ -1 +1 @@
-__version__ = '1.2.7_a2'
+__version__ = '1.2.6'