Skip to content

Commit

Permalink
Changelog edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Nov 8, 2023
1 parent 2ab89e4 commit eb55a55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [1.59.0-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [1.59.0] - 2023-11-08
### Added
- Add a method to check if Jetpack is ready for uninstall cleanup.
- Added a method to check if Jetpack is ready for uninstall cleanup. [#33920]

## [1.58.3] - 2023-11-03
### Fixed
Expand Down Expand Up @@ -907,7 +904,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[1.59.0-alpha]: https://github.com/Automattic/jetpack-connection/compare/v1.58.3...v1.59.0-alpha
[1.59.0]: https://github.com/Automattic/jetpack-connection/compare/v1.58.3...v1.59.0
[1.58.3]: https://github.com/Automattic/jetpack-connection/compare/v1.58.2...v1.58.3
[1.58.2]: https://github.com/Automattic/jetpack-connection/compare/v1.58.1...v1.58.2
[1.58.1]: https://github.com/Automattic/jetpack-connection/compare/v1.58.0...v1.58.1
Expand Down
2 changes: 1 addition & 1 deletion 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 = '1.59.0-alpha';
const PACKAGE_VERSION = '1.59.0';

const PACKAGE_SLUG = 'connection';

Expand Down

0 comments on commit eb55a55

Please sign in to comment.