Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index e31b5bd..ed357ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+ver 2.25:
+	Use %jx instead of %llx for uint64_t and int64_t.
+	Allow null-terminated text strings.
+	Add UUID for N-Gage games.
+	Add UUID for Apple Macintosh Attributes.
+	Add Apple attributes and iSync records.
+	Add definitions for Apple Agent.
+	Add support for the Handsfree Audio Gateway service.
+	Add support for choosing a specific record handle.
+	Add support for dialup/telephone connections.
+
+	Note:
+	This version needs at least bluez-libs-2.25
+
 ver 2.24:
 	Fix display of SDP text and data strings.
 	Add support for device scan property.
diff --git a/configure.in b/configure.in
index 1456214..d21e98e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-utils, 2.24)
+AM_INIT_AUTOMAKE(bluez-utils, 2.25)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE