Release 4.48
diff --git a/ChangeLog b/ChangeLog
index e7066b8..b92d4e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 4.48:
+	Add library function for comparing UUID values.
+	Add support for creating all plugins as builtins.
+	Add support for async handling of service class changes.
+	Add support for source interface to audio IPC.
+	Fix device name settings when device is off or down.
+	Fix issue with enabled SCO server when not necessary.
+	Fix missing D-Bus access policy for CUPS backend.
+	Fix discovery results of CUPS backend.
+	Fix initialization handling of Maemo telephony.
+
 ver 4.47:
 	Add support for RFKILL unblock handling.
 	Add support for serial proxy configurations.
diff --git a/configure.ac b/configure.ac
index 833346e..c020aee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.47)
+AC_INIT(bluez, 4.48)
 
 AM_INIT_AUTOMAKE()
 AM_CONFIG_HEADER(config.h)