diff --git a/docs/changelog.md b/docs/changelog.md
index 72e05cd4..a213fb99 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -4,7 +4,13 @@
Requires libvips v8.10.5
-### v0.27.2 - TBD
+### v0.27.2 - 22nd February 2021
+
+* macOS: Prevent use of globally-installed ARM64 libvips with Rosetta x64 emulation.
+ [#2460](https://github.com/lovell/sharp/issues/2460)
+
+* Linux (musl): Prevent use of prebuilt linuxmusl-x64 binaries with musl >= 1.2.0.
+ [#2570](https://github.com/lovell/sharp/issues/2570)
* Improve 16-bit grey+alpha support by using libvips' `has_alpha` detection.
[#2569](https://github.com/lovell/sharp/issues/2569)
diff --git a/docs/index.html b/docs/index.html
index 4efc14fd..b6096701 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.27.1/docs',
+ sourcePath: 'https://cdn.jsdelivr.net/gh/lovell/sharp@v0.27.2/docs',
nav: [
{
title: 'Funding',
diff --git a/package.json b/package.json
index 61319c51..879036ea 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, AVIF and TIFF images",
- "version": "0.27.1",
+ "version": "0.27.2",
"author": "Lovell Fuller ",
"homepage": "https://github.com/lovell/sharp",
"contributors": [