Release 4.73
diff --git a/ChangeLog b/ChangeLog
index 722bde0..fba820d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 4.73:
+	Fix problem with EIR data when setting the name.
+	Fix reading local name from command complete event.
+	Fix registering local endpoints with disabled socket interface.
+	Add support for more HCI operations using ops infrastructure.
+	Add support for GATT characteristic hierarchy.
+	Add support for GATT indications.
+
 ver 4.72:
 	Fix memory leak while connecting BTIO channels.
 	Fix crash with GStreamer plugin if SBC is not supported.
diff --git a/configure.ac b/configure.ac
index 5d31dc4..6adb7b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.72)
+AC_INIT(bluez, 4.73)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)