diff --git a/mcabber/ChangeLog b/mcabber/ChangeLog
index a0a33a4..63062f3 100644
--- a/mcabber/ChangeLog
+++ b/mcabber/ChangeLog
@@ -1,8 +1,8 @@
-mcabber (1.1.2-dev)
+mcabber (1.1.2)
- *
+ * Fix display when sending message to a full JID (Frank Zschockelt)
- -- Mikael, ?
+ -- Mikael, 2020-09-19
mcabber (1.1.1)
diff --git a/mcabber/ChangeLog.api b/mcabber/ChangeLog.api
index d168678..e3a2e67 100644
--- a/mcabber/ChangeLog.api
+++ b/mcabber/ChangeLog.api
@@ -1,5 +1,6 @@
dev (41)
+ * Stable api 1.1.2:1
* Stable api 1.1.1:1
* Stable api 1.1.0:1
* Stable api 1.0.5:1
diff --git a/mcabber/configure.ac b/mcabber/configure.ac
index aa19b9e..03f31fe 100644
--- a/mcabber/configure.ac
+++ b/mcabber/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([mcabber],[1.1.2-dev],[mcabber@lilotux.net])
+AC_INIT([mcabber],[1.1.2],[mcabber@lilotux.net])
XC_AUTOMAKE
AC_CONFIG_SRCDIR([mcabber])
AC_CONFIG_HEADERS([mcabber/config.h])
@@ -292,7 +292,7 @@ AM_CONDITIONAL([OTR], [test x$libotr_found = xyes])
AM_CONDITIONAL([INSTALL_HEADERS], [test x$enable_modules != xno])
# Prepare some config.h variables
-AC_DEFINE([MCABBER_BRANCH], "dev", [Mcabber branch])
+AC_DEFINE([MCABBER_BRANCH], "1.1.2", [Mcabber branch])
AC_DEFINE([MCABBER_VERSION], "AC_PACKAGE_VERSION", [Mcabber version string])
# We need _GNU_SOURCE for strptime() and strcasestr()
diff --git a/mcabber/doc/mcabber.1 b/mcabber/doc/mcabber.1
index c376938..0733ce4 100644
--- a/mcabber/doc/mcabber.1
+++ b/mcabber/doc/mcabber.1
@@ -4,10 +4,10 @@
.\" Generator: DocBook XSL Stylesheets v1.78.1