diff --git a/CHANGELOG.md b/CHANGELOG.md index e83e5a30..c06f1aff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [5.29.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [5.29.1] - 2024-05-13 ### Changed -- WP.com menu: Add "Hosting > Add-ons" menu to Atomic sites +- WP.com menu: Add "Hosting > Add-ons" menu to Atomic sites [#37318] ## [5.29.0] - 2024-05-09 ### Added @@ -802,7 +799,7 @@ This is an alpha version! The changes listed here are not final. - Testing initial package release. -[5.29.1-alpha]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.29.0...v5.29.1-alpha +[5.29.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.29.0...v5.29.1 [5.29.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.28.0...v5.29.0 [5.28.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.27.0...v5.28.0 [5.27.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.26.1...v5.27.0 diff --git a/composer.json b/composer.json index 101fe94d..6c69be0c 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "automattic/jetpack-assets": "^2.1.9", "automattic/jetpack-blocks": "^2.0.3", "automattic/jetpack-classic-theme-helper": "^0.1.0", - "automattic/jetpack-connection": "^2.8.0-alpha", + "automattic/jetpack-connection": "^2.8.0", "automattic/jetpack-redirect": "^2.0.2", "automattic/jetpack-stats-admin": "^0.19.1", "automattic/jetpack-status": "^3.0.3", diff --git a/package.json b/package.json index b9d96f3b..6dd92d5a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom", - "version": "5.29.1-alpha", + "version": "5.29.1", "description": "Enhances your site with features powered by WordPress.com", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/jetpack-mu-wpcom/#readme", "bugs": { diff --git a/src/class-jetpack-mu-wpcom.php b/src/class-jetpack-mu-wpcom.php index 79c1c30d..a3d6f52e 100644 --- a/src/class-jetpack-mu-wpcom.php +++ b/src/class-jetpack-mu-wpcom.php @@ -13,7 +13,7 @@ * Jetpack_Mu_Wpcom main class. */ class Jetpack_Mu_Wpcom { - const PACKAGE_VERSION = '5.29.1-alpha'; + const PACKAGE_VERSION = '5.29.1'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__;