Release 0.48
diff --git a/ChangeLog b/ChangeLog
index 89a2607..eda7900 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 0.48:
+	Fix issue with phonebook contacts query.
+	Add support for phonebook client filters.
+	Add support for message status handling.
+	Add support for OBEX application parameter API.
+
 ver 0.47:
 	Update client session API.
 	Change D-Bus namespace to org.bluez.obex.
diff --git a/configure.ac b/configure.ac
index c8e61ac..69d636f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(obexd, 0.47)
+AC_INIT(obexd, 0.48)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AM_CONFIG_HEADER(config.h)