Release 4.81
diff --git a/ChangeLog b/ChangeLog
index d040767..c78e0c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 4.81:
+	Fix issue with telephony driver initialization.
+	Fix issue with adapter services list initialization.
+	Fix crash after simultaneous authentication requests.
+	Add support for primary service search on device creation.
+
 ver 4.80:
 	Fix legacy link key storing for some buggy adapters.
 	Fix invalid memory access when EIR field length is zero.
diff --git a/configure.ac b/configure.ac
index 493243b..50617fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.80)
+AC_INIT(bluez, 4.81)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)