diff --git a/ChangeLog b/ChangeLog
index f2199ff..364dd29 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 4.95:
+ Fix issue with AVCTP replies with invalid PID.
+ Fix issue with AVRCP and unknown packet types.
+ Fix issue with AVRCP not using NOT_IMPLEMENTED correctly.
+ Fix issue with AVDTP discovery if all endpoints are in use.
+ Fix issue with invalid memory writes and media support.
+ Fix issue with not removing device alias and unbonding.
+ Fix issue with device disconnects and offline mode handling.
+ Add support for setting adapter name based on machine-info.
+ Add support for systemd service configuration.
+
ver 4.94:
Fix issue with invalid read of memory in various modules.
Fix issue with buffer overflow when sending AVDTP commands.
diff --git a/configure.ac b/configure.ac
index 926a647..8f54f60 100644
--- a/configure.ac
+++ b/configure.ac
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.94)
+AC_INIT(bluez, 4.95)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)