diff --git a/projects/packages/sync/CHANGELOG.md b/projects/packages/sync/CHANGELOG.md index 0cd5d58b9ffc2..2818131f4cddd 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.5.0] - 2024-08-06 +### Changed +- Sync: Change fields for HPOS checksums [#38713] + ## [3.4.1] - 2024-08-05 ### Fixed - Jetpack Sync: Take order type into account when performing HPOS Checksums [#38688] @@ -1223,6 +1227,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Move sync to a classmapped package +[3.5.0]: https://github.com/Automattic/jetpack-sync/compare/v3.4.1...v3.5.0 [3.4.1]: https://github.com/Automattic/jetpack-sync/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/Automattic/jetpack-sync/compare/v3.3.1...v3.4.0 [3.3.1]: https://github.com/Automattic/jetpack-sync/compare/v3.3.0...v3.3.1 diff --git a/projects/packages/sync/changelog/update-sync-hpos-checksum-fields-to-consider b/projects/packages/sync/changelog/update-sync-hpos-checksum-fields-to-consider deleted file mode 100644 index 4268b727bb631..0000000000000 --- a/projects/packages/sync/changelog/update-sync-hpos-checksum-fields-to-consider +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Sync: Change fields for HPOS checksums diff --git a/projects/packages/sync/src/class-package-version.php b/projects/packages/sync/src/class-package-version.php index ceaa8233b467c..4e6d0c4c13775 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.5.0-alpha'; + const PACKAGE_VERSION = '3.5.0'; const PACKAGE_SLUG = 'sync';