diff --git a/docs/changelog.md b/docs/changelog.md
index 8b5f918a..934375a7 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -4,7 +4,7 @@
Requires libvips v8.10.0
-### v0.26.2 - TBD
+### v0.26.2 - 14th October 2020
* Add support for EXR input. Requires libvips compiled with OpenEXR.
[#698](https://github.com/lovell/sharp/issues/698)
diff --git a/docs/index.html b/docs/index.html
index 3de7c4ff..1ec6a945 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -19,7 +19,7 @@
-
+
@@ -139,7 +139,7 @@
docuteApiTitlePlugin,
docuteApiSearchPlugin
],
- sourcePath: 'https://cdn.jsdelivr.net/gh/lovell/sharp@v0.26.1/docs',
+ sourcePath: 'https://cdn.jsdelivr.net/gh/lovell/sharp@v0.26.2/docs',
nav: [
{
title: 'Funding',
diff --git a/package.json b/package.json
index a2c5003f..aa1090db 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.26.1",
+ "version": "0.26.2",
"author": "Lovell Fuller ",
"homepage": "https://github.com/lovell/sharp",
"contributors": [