diff --git a/build/VStudio/version.properties b/build/VStudio/version.properties
index 3cd4408d..e2d8f411 100644
--- a/build/VStudio/version.properties
+++ b/build/VStudio/version.properties
@@ -7,7 +7,7 @@
2015-2016 Bill Zissimopoulos
$([System.DateTime]::Now.ToString(`yy`))$([System.DateTime]::Now.DayOfYear.ToString(`000`))
- 0.15.$(MyBuildNumber)
+ 0.16.$(MyBuildNumber)
$(MyVersion.Replace('.',',')),0
diff --git a/doc/Changelog.adoc b/doc/Changelog.adoc
index 7a76d2ef..5651b089 100644
--- a/doc/Changelog.adoc
+++ b/doc/Changelog.adoc
@@ -1,6 +1,15 @@
= Changelog
+v0.16::
+
+This release brings support for reparse points and symbolic links.
+
+- Reparse points are a general mechanism for attaching special behavior to files. WinFsp supports any kind of reparse point.
+- Symbolic links in Windows are implemented as reparse points. WinFsp includes full symbolic link support.
+- The WinFsp FUSE implementation also supports symbolic links. It also supports POSIX special files (FIFO, SOCK, CHR, BLK) as NFS reparse points (see https://msdn.microsoft.com/en-us/library/dn617178.aspx).
+
+
v0.15::
This is a minor release that brings support for Windows 7 and 32-bit OS'es.