diff --git a/ChangeLog b/ChangeLog
index 1a02fd7..47b8124 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.22:
+ Fix issue with UHID_OUTPUT events mapping.
+ Fix issue with UHID_FEATURE events handling.
+ Fix issue with UINT32_MAX overflow and AVRCP.
+ Fix issue when dirent type DT_UNKNOWN is returned.
+ Add support for kernel whitelist filtering feature.
+ Add support for Android Bluetooth GATT over BR/EDR.
+
ver 5.21:
Fix issue with SDP requests and wrong PDU size.
Fix issue with handling passive scanning triggers.
diff --git a/configure.ac b/configure.ac
index 8cbe1b8..75e3cf9 100644
--- a/configure.ac
+++ b/configure.ac
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.21)
+AC_INIT(bluez, 5.22)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])