diff --git a/projects/packages/sync/CHANGELOG.md b/projects/packages/sync/CHANGELOG.md index cf6a7486baffa..493d0893d19e1 100644 --- a/projects/packages/sync/CHANGELOG.md +++ b/projects/packages/sync/CHANGELOG.md @@ -5,6 +5,10 @@ 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). +## [3.0.2] - 2024-06-04 +### Fixed +- Defaults: Add new item to default_theme_support_whitelist to prevent failing sync tests. [#37701] + ## [3.0.1] - 2024-05-29 ### Changed - Remove the 'jetpack-identity-crisis' dependency. [#36968] @@ -1168,6 +1172,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Move sync to a classmapped package +[3.0.2]: https://github.com/Automattic/jetpack-sync/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/Automattic/jetpack-sync/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/Automattic/jetpack-sync/compare/v2.16.6...v3.0.0 [2.16.6]: https://github.com/Automattic/jetpack-sync/compare/v2.16.5...v2.16.6 diff --git a/projects/packages/sync/changelog/fix-default_theme_support_whitelist b/projects/packages/sync/changelog/fix-default_theme_support_whitelist deleted file mode 100644 index f35c0ecbd1e9e..0000000000000 --- a/projects/packages/sync/changelog/fix-default_theme_support_whitelist +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Defaults: Add new item to default_theme_support_whitelist to prevent failing sync tests diff --git a/projects/packages/sync/src/class-package-version.php b/projects/packages/sync/src/class-package-version.php index bdc7c7f92f6b5..1033f62e28293 100644 --- a/projects/packages/sync/src/class-package-version.php +++ b/projects/packages/sync/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '3.0.2-alpha'; + const PACKAGE_VERSION = '3.0.2'; const PACKAGE_SLUG = 'sync';