diff --git a/ChangeLog b/ChangeLog
index 2ebac597c99a9262aae745004f740cadbcb4f979..6f04610c853624be058667d55c9876853267db51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+python-nbxmpp 2.0.2 (18 February 2021)
+
+ Bugfixes
+
+ * Add get_text() for Error Base class
+ * Client: Remove GSSAPI from default mechanisms
+ * Presence: Fix is_nickname_changed check
+ * UserAvatar: Add default argument
+
 python-nbxmpp 2.0.1 (07 February 2021)
 
  New
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index da6e130fef2310354030e4c80fa7038969fce3af..7d9bf87ccc5da823c250efceee91e1ff4bb549ee 100644
--- a/nbxmpp/__init__.py
+++ b/nbxmpp/__init__.py
@@ -4,4 +4,4 @@ from .protocol import *
 
 gi.require_version('Soup', '2.4')
 
-__version__ = "2.0.1"
+__version__ = "2.0.2"
diff --git a/setup.cfg b/setup.cfg
index 5301a90861c7168546372fc22618beeb1255ef21..da3aac4e9e06686366ad38eb8b559511a170a5d6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = nbxmpp
-version = 2.0.1
+version = 2.0.2
 description = XMPP Library
 author = Yann Leboulanger, Philipp Hoerist
 author_email = gajim-devel@gajim.org