Release v0.17

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
diff --git a/ChangeLog b/ChangeLog
index e046e86..b07068d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 0.17
+	Added support for TI Standard and Pro Type 5 tag.
+	Fixed several bugs (memory leaks, double frees, uninitialized
+		stack/variables and more) and compiler warnings.
+	Improved unit tests.
+	Added support for GCC sanitizers.
+	Added Continuous Integration using GitHub Actions.
+
 ver 0.16
 	Added NDEF multi-record write support.
 	Added ST Type5 tags support.
diff --git a/configure.ac b/configure.ac
index ffe4530..25b12b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(neard, 0.16, [linux-nfc@lists.01.org])
+AC_INIT(neard, 0.17, [linux-nfc@lists.01.org])
 AC_CONFIG_MACRO_DIR([m4])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])