diff --git a/CHANGELOG.md b/CHANGELOG.md
index e54dd425..a01241b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,16 +7,17 @@
 * [BUGFIX]
 * [BUGFIX] Add fallback for missing /proc/1/mounts #1172
 * [CHANGE] Add TCPSynRetrans to netstat default filter #1143
+* [CHANGE] Add a limit to the number of in-flight requests #1166
 * [ENHANCEMENT] Add Infiniband counters #1120
 * [FEATURE] Add a flag to disable exporter metrics #1148
 
-## 0.17.0-rc.0 / 2018-10-19
+## 0.17.0 / 2018-11-30
 
 Build note: Linux builds can now be built without CGO.
 
 ### **Breaking changes**
 
-supvervisord collector reports "start_time_seconds" rather than "uptime" #952
+supvervisord collector reports `start_time_seconds` rather than `uptime` #952
 
 The wifi collector is disabled by default due to suspected caching issues and goroutine leaks.
 * https://github.com/prometheus/node_exporter/issues/870
@@ -57,6 +58,11 @@ Darwin meminfo metrics have been renamed to match Prometheus conventions. #1060
 * [BUGFIX] Filter systemd units in Go for compatibility with older versions #1083
 * [BUGFIX] Update cpu collector for OpenBSD 6.4 #1094
 * [BUGFIX] Fix typo on HELP of `read_time_seconds_total` #1057
+* [BUGFIX] collector/diskstats: don't fail if there are extra stats #1125
+* [BUGFIX] collector/hwmon\_linux: handle temperature sensor file #1123
+* [BUGFIX] collector/filesystem: add bounds check #1133
+* [BUGFIX] Fix dragonfly's CPU counting frequency #1140
+* [BUGFIX] Add fallback for missing /proc/1/mounts #1172
 
 ## 0.16.0 / 2018-05-15
 
diff --git a/VERSION b/VERSION
index 9fcda2fb..c5523bd0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.17.0-rc.0
+0.17.0