Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index b7a293b..d6a927c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 2.13:
+	Add Device ID and HID attribute definitions.
+	Update the UUID constants and its translations.
+	Update L2CAP socket option definitions.
+	Update connection information definitions.
+
 ver 2.12:
 	Correct kernel interface for CMTP and HIDP support.
 	Add service classes and profile ids for WAP.
diff --git a/configure.in b/configure.in
index d44f85c..9e3885b 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-libs, 2.12)
+AM_INIT_AUTOMAKE(bluez-libs, 2.13)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE