Release 0.16
diff --git a/ChangeLog b/ChangeLog
index c11be76..e046e86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 0.16
+	Added NDEF multi-record write support.
+	Added ST Type5 tags support.
+	Added nciattach tool for NCI UART configuration.
+	Added support for NFC_CMD_ACTIVATE_TARGET.
+	Added NDEF MIME payload exposure.
+	Fixed Mifare Ultralight C issue.
+	Fixed ACE starting logic.
+	Fixed an NDEF segmentation fault.
+	Fixed nfctool -d command line option handling.
+	Fixed several secure elements related bugs.
+
 ver 0.15
 	Added iso15693 (NFC type5) support.
 	Added Secure Element support (seeld).
diff --git a/configure.ac b/configure.ac
index e722e9a..c4e8993 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(neard, 0.15, [linux-nfc@lists.01.org])
+AC_INIT(neard, 0.16, [linux-nfc@lists.01.org])
 AC_CONFIG_MACRO_DIR([m4])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])