diff --git a/CHANGELOG.md b/CHANGELOG.md
index 707b673d352e700805c4db9e9240387531085758..3437589f443826d4693dbc26b7c21ee88f2a5a8d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,7 @@
-The changelog is kept as [release notes](https://github.com/smok-serwis/coolamqp/releases/)
+The changelog is kept as [release notes](https://git.dms-serwis.com.pl/smokserwis/coolamqp/-/releases)
 on GitHub. This file serves to only note what changes
 have been made so far, between releases.
 
-# v1.3.1
+# v1.3.2
 
-* anonymous queues will now get CoolAMQP-made names
-* coolamqp.objects.Callable made threadsafe (fixes #22)
-* speed up (lots of if len(data) == 0 replaced with if not data)
+* _TBA_
\ No newline at end of file
diff --git a/coolamqp/__init__.py b/coolamqp/__init__.py
index 72837bdc7850d066155c03eca6831d40cf7830ce..4efac1c94f1d1963ee702f120d885b56cb4567a6 100644
--- a/coolamqp/__init__.py
+++ b/coolamqp/__init__.py
@@ -1 +1 @@
-__version__ = '1.3.1'
+__version__ = '1.3.2a1'
diff --git a/docs/conf.py b/docs/conf.py
index e4ae5de55f01a042a3b1c378175011e364112d8e..3c2a143d22cd9bbe5dcc63441041541f2a4e1ee2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -33,7 +33,7 @@ source_parsers = {
 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx_autodoc_typehints']
+extensions = ['sphinx.ext.autodoc']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']