diff --git a/ChangeLog b/ChangeLog
index 2c9aaf8..4262c78 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 4.99:
+ Fix issue with missing retries for BNEP connection setup.
+ Fix issue with not showing name if first EIR has no details.
+ Fix issue with running SDP discovery for LE devices.
+ Add support for GATT using 128-bit Bluetooth UUIDs.
+ Add support for retrieving key size information.
+ Add support for storing Long Term Keys.
+ Add support for Proximity Reporter API.
+ Add support for KeyboardDisplay IO capability.
+ Add support for version 1.0 of management API.
+ Add support for monitoring interface.
+
ver 4.98:
Fix issue with adapter list upon initialization failure.
Fix issue with missing legacy property for Low Energy.
diff --git a/configure.ac b/configure.ac
index 5b81f28..f298909 100644
--- a/configure.ac
+++ b/configure.ac
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.98)
+AC_INIT(bluez, 4.99)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)