Skip to content

Commit

Permalink
Release sync 3.5.0. (#38737)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored Aug 6, 2024
1 parent 7ca6629 commit 593ef91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions projects/packages/sync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/sync/src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '3.5.0-alpha';
const PACKAGE_VERSION = '3.5.0';

const PACKAGE_SLUG = 'sync';

Expand Down

0 comments on commit 593ef91

Please sign in to comment.