diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16184504f..f8f0e0b2e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+# [6.6.5](https://github.com/dcodeIO/protobuf.js/releases/tag/6.6.5)
+
+## Fixed
+[:hash:](https://github.com/dcodeIO/protobuf.js/commit/478ee51194878f24be8607e42e5259952607bd44) sfixed64 is not zig-zag encoded, see [#692](https://github.com/dcodeIO/protobuf.js/issues/692)
+
+## CLI
+[:hash:](https://github.com/dcodeIO/protobuf.js/commit/7a944538c89492abbed147915acea611f11c03a2) Added a placeholder to cli deps node_modules folder to make sure node can load from it
+
+## Other
+[:hash:](https://github.com/dcodeIO/protobuf.js/commit/83142e420eb1167b2162063a092ae8d89c9dd4b2) Restructured a few failing tests
+[:hash:](https://github.com/dcodeIO/protobuf.js/commit/367d55523a3ae88f21d47aa96447ec3e943d4620) Traversal example + minimalistic documentation
+[:hash:](https://github.com/dcodeIO/protobuf.js/commit/8eeffcbcd027c929e2a76accad588c61dfa2e37c) Added a custom getters/setters example for gRPC
+
# [6.6.4](https://github.com/dcodeIO/protobuf.js/releases/tag/6.6.4)
## Fixed
diff --git a/dist/light/protobuf.js b/dist/light/protobuf.js
index 5d1fbafe2..443c6372e 100644
--- a/dist/light/protobuf.js
+++ b/dist/light/protobuf.js
@@ -1,6 +1,6 @@
/*!
* protobuf.js v6.6.5 (c) 2016, Daniel Wirtz
- * Compiled Wed, 01 Mar 2017 13:39:31 UTC
+ * Compiled Thu, 02 Mar 2017 18:54:42 UTC
* Licensed under the BSD-3-Clause License
* see: https://github.com/dcodeIO/protobuf.js for details
*/
diff --git a/dist/light/protobuf.min.js b/dist/light/protobuf.min.js
index 28f463823..00bdc64a3 100644
--- a/dist/light/protobuf.min.js
+++ b/dist/light/protobuf.min.js
@@ -1,6 +1,6 @@
/*!
* protobuf.js v6.6.5 (c) 2016, Daniel Wirtz
- * Compiled Wed, 01 Mar 2017 13:39:32 UTC
+ * Compiled Thu, 02 Mar 2017 18:54:44 UTC
* Licensed under the BSD-3-Clause License
* see: https://github.com/dcodeIO/protobuf.js for details
*/
diff --git a/dist/light/protobuf.min.js.gz b/dist/light/protobuf.min.js.gz
index 4b2e2a55a..257fb1d2f 100644
Binary files a/dist/light/protobuf.min.js.gz and b/dist/light/protobuf.min.js.gz differ
diff --git a/dist/minimal/protobuf.js b/dist/minimal/protobuf.js
index 0d05fd4b6..1772e7da8 100644
--- a/dist/minimal/protobuf.js
+++ b/dist/minimal/protobuf.js
@@ -1,6 +1,6 @@
/*!
* protobuf.js v6.6.5 (c) 2016, Daniel Wirtz
- * Compiled Wed, 01 Mar 2017 13:39:31 UTC
+ * Compiled Thu, 02 Mar 2017 18:54:42 UTC
* Licensed under the BSD-3-Clause License
* see: https://github.com/dcodeIO/protobuf.js for details
*/
diff --git a/dist/minimal/protobuf.min.js b/dist/minimal/protobuf.min.js
index d3d42be1c..f5e647e24 100644
--- a/dist/minimal/protobuf.min.js
+++ b/dist/minimal/protobuf.min.js
@@ -1,6 +1,6 @@
/*!
* protobuf.js v6.6.5 (c) 2016, Daniel Wirtz
- * Compiled Wed, 01 Mar 2017 13:39:32 UTC
+ * Compiled Thu, 02 Mar 2017 18:54:43 UTC
* Licensed under the BSD-3-Clause License
* see: https://github.com/dcodeIO/protobuf.js for details
*/
diff --git a/dist/minimal/protobuf.min.js.gz b/dist/minimal/protobuf.min.js.gz
index 8d4036833..f3013a8c9 100644
Binary files a/dist/minimal/protobuf.min.js.gz and b/dist/minimal/protobuf.min.js.gz differ
diff --git a/dist/protobuf.js b/dist/protobuf.js
index bbf08676c..c5e9e72c3 100644
--- a/dist/protobuf.js
+++ b/dist/protobuf.js
@@ -1,6 +1,6 @@
/*!
* protobuf.js v6.6.5 (c) 2016, Daniel Wirtz
- * Compiled Wed, 01 Mar 2017 13:39:31 UTC
+ * Compiled Thu, 02 Mar 2017 18:54:42 UTC
* Licensed under the BSD-3-Clause License
* see: https://github.com/dcodeIO/protobuf.js for details
*/
diff --git a/dist/protobuf.min.js b/dist/protobuf.min.js
index 07717885b..b6b766d78 100644
--- a/dist/protobuf.min.js
+++ b/dist/protobuf.min.js
@@ -1,6 +1,6 @@
/*!
* protobuf.js v6.6.5 (c) 2016, Daniel Wirtz
- * Compiled Wed, 01 Mar 2017 13:39:32 UTC
+ * Compiled Thu, 02 Mar 2017 18:54:44 UTC
* Licensed under the BSD-3-Clause License
* see: https://github.com/dcodeIO/protobuf.js for details
*/
diff --git a/dist/protobuf.min.js.gz b/dist/protobuf.min.js.gz
index a582d582d..e28c80548 100644
Binary files a/dist/protobuf.min.js.gz and b/dist/protobuf.min.js.gz differ