diff --git a/CHANGES.md b/CHANGES.md
index 28cabf2..e910891 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,9 @@
# jpy Changelog
-## Version 0.17.0 (in development)
+## Version 0.17.0
+* [#146](https://github.com/jpy-consortium/jpy/pull/146) Delay resolving super classes until referenced
+* [#145](https://github.com/jpy-consortium/jpy/pull/145) Use Py_ssize_t when calculate buffer len
+
## Version 0.16.0
* [#128](https://github.com/jpy-consortium/jpy/pull/128) Function for converting Python values to an explicit Java type
diff --git a/jpyutil.py b/jpyutil.py
index 0da59a8..3909e5f 100644
--- a/jpyutil.py
+++ b/jpyutil.py
@@ -36,7 +36,7 @@
__author__ = "Norman Fomferra (Brockmann Consult GmbH) and contributors"
__copyright__ = "Copyright 2015-2018 Brockmann Consult GmbH and contributors"
__license__ = "Apache 2.0"
-__version__ = "0.17.0.dev0"
+__version__ = "0.17.0"
# Setup a dedicated logger for jpyutil.
diff --git a/pom.xml b/pom.xml
index 0b57de0..9d56910 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
org.jpyconsortium
jpy
- 0.17.0-SNAPSHOT
+ 0.17.0
jar
Java-Python Bridge