diff --git a/changelog.txt b/changelog.txt index e92695be60d893..d23caa58f5d311 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,14 @@ == Changelog == += 9.2.1 = + +### Bug Fixes + + - Code block: preserve indentation on paste + - Fix block supports for inner blocks + - Fix archives block render function + + = 9.2.0 = ### Features diff --git a/gutenberg.php b/gutenberg.php index 1fde1bc39f4c20..e2108a19e1e05c 100644 --- a/gutenberg.php +++ b/gutenberg.php @@ -5,7 +5,7 @@ * Description: Printing since 1440. This is the development plugin for the new block editor in core. * Requires at least: 5.3 * Requires PHP: 5.6 - * Version: 9.2.0 + * Version: 9.2.1 * Author: Gutenberg Team * Text Domain: gutenberg * diff --git a/package-lock.json b/package-lock.json index 453a121d7501c6..d9959b3f60bc5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gutenberg", - "version": "9.2.0", + "version": "9.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6ba24cbb2f07ca..3cb62d29b7aacd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gutenberg", - "version": "9.2.0", + "version": "9.2.1", "private": true, "description": "A new WordPress editor experience.", "author": "The WordPress Contributors", diff --git a/readme.txt b/readme.txt index 4fa31d9950356a..b621b2be2cc7da 100644 --- a/readme.txt +++ b/readme.txt @@ -57,4 +57,4 @@ View release page. +To read the changelog for Gutenberg 9.2.1, please navigate to the release page.