Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index 92c8a41..b83294c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 3.33:
+	Add support for handling Simple Pairing.
+	Add Simple Pairing support to Agent interface.
+	Add ReleaseMode method to Adapter interface.
+	Add DiscoverServices method to Device interface.
+	Remove obsolete code and cleanup the repository.
+	Move over to use the libgdbus API.
+
+	Note:
+	This version needs at least bluez-libs-3.33
+
 ver 3.32:
 	Add support for switching HID proxy devices from Dell.
 	Add more Bluetooth client/server helper functions.
diff --git a/configure.in b/configure.in
index 011743c..bb89a14 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-utils, 3.32)
+AM_INIT_AUTOMAKE(bluez-utils, 3.33)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE