diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d4cfcd..587ecab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,18 @@
See also [https://github.com/stkb/vscode-rewrap/releases](https://github.com/stkb/vscode-rewrap/releases) (for working links to issues)
+## 1.16.0
+- New architecture (still WIP) with performance increase.
+- Markdown: new parser that fixes many small bugs (inc #288), as well as supporting:
+ - Front matter header (#277, #294)
+ - Link reference definitions (#63, #93)
+ - Footnotes (#188)
+- ReStructuredText support (standalone & for Python, almost complete) (#88).
+- Julia: support `#= ... =#` block comments (#302)
+- Visual Studio: Wrap to rulers generated from .editorconfig by the Editor Guidelines
+ extension (thereby indirectly supporting .editorconfig) (#300).
+
+
### 1.15.4
- Support svelte files (HTML) (#243, #299).
diff --git a/README.md b/README.md
index 837f7c3..24a4a8e 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ For
Open VSX
and
Visual Studio.
-Latest version 1.15.4
+Latest version 1.16.0
(changelog)
diff --git a/docs/index.md b/docs/index.md
index 51f0111..c8afe54 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -6,7 +6,7 @@ For
Open VSX
and
Visual Studio.
-Latest version 1.15.4
+Latest version 1.16.0
(changelog)
diff --git a/vs/source.extension.vsixmanifest b/vs/source.extension.vsixmanifest
index 515c0b7..8db08e5 100644
--- a/vs/source.extension.vsixmanifest
+++ b/vs/source.extension.vsixmanifest
@@ -1,7 +1,7 @@
-
+
Rewrap
Re-wraps comments and other text
https://github.com/stkb/Rewrap
diff --git a/vscode/package-lock.json b/vscode/package-lock.json
index 270bd74..e0fe9ba 100644
--- a/vscode/package-lock.json
+++ b/vscode/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "rewrap",
- "version": "1.15.4",
+ "version": "1.16.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "rewrap",
- "version": "1.15.4",
+ "version": "1.16.0",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"fast-diff": "^1.2.0",
diff --git a/vscode/package.json b/vscode/package.json
index 6887bcd..db9d6d1 100644
--- a/vscode/package.json
+++ b/vscode/package.json
@@ -12,7 +12,7 @@
"paragraph",
"multi-root ready"
],
- "version": "1.15.4",
+ "version": "1.16.0",
"publisher": "stkb",
"icon": "logo.png",
"repository": {