diff --git a/README.md b/README.md
index f2e9ee6c..8d0c2320 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ As well as image resizing, operations such as
rotation, extraction, compositing and gamma correction are available.
Most modern 64-bit OS X, Windows and Linux systems running
-Node versions 6, 8 and 10
+Node versions 6, 8, 10 and 11
do not require any additional install or runtime dependencies.
## Examples
diff --git a/docs/changelog.md b/docs/changelog.md
index e07cc409..04dde5e9 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -4,7 +4,7 @@
Requires libvips v8.7.0.
-#### v0.21.2 - TBD
+#### v0.21.2 - 13th January 2019
* Ensure all metadata is removed from PNG output unless `withMetadata` used.
diff --git a/docs/install.md b/docs/install.md
index cc2f24b4..648f7c4b 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -15,7 +15,7 @@ yarn add sharp
### Building from source
Pre-compiled binaries for sharp are provided for use with
-Node versions 6, 8 and 10 on
+Node versions 6, 8, 10 and 11 on
64-bit Windows, OS X and Linux platforms.
Sharp will be built from source at install time when:
diff --git a/package.json b/package.json
index 3b3bf661..694d8728 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "sharp",
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images",
- "version": "0.21.1",
+ "version": "0.21.2",
"author": "Lovell Fuller ",
"homepage": "https://github.com/lovell/sharp",
"contributors": [