diff --git a/CHANGELOG.md b/CHANGELOG.md index ba02e5b..1f255f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +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). -## [4.1.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. +## [4.1.1] - 2024-12-16 +### Changed +- Internal updates. ## [4.1.0] - 2024-12-09 ### Added @@ -1359,7 +1359,7 @@ This is an alpha version! The changes listed here are not final. - Packages: Move sync to a classmapped package -[4.1.1-alpha]: https://github.com/Automattic/jetpack-sync/compare/v4.1.0...v4.1.1-alpha +[4.1.1]: https://github.com/Automattic/jetpack-sync/compare/v4.1.0...v4.1.1 [4.1.0]: https://github.com/Automattic/jetpack-sync/compare/v4.0.2...v4.1.0 [4.0.2]: https://github.com/Automattic/jetpack-sync/compare/v4.0.1...v4.0.2 [4.0.1]: https://github.com/Automattic/jetpack-sync/compare/v4.0.0...v4.0.1 diff --git a/composer.json b/composer.json index 091c487..ddffc3a 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.2", - "automattic/jetpack-connection": "^6.2.1-alpha", + "automattic/jetpack-connection": "^6.2.1", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-password-checker": "^0.4.1", "automattic/jetpack-ip": "^0.4.1", diff --git a/src/class-package-version.php b/src/class-package-version.php index bfb2702..17a6cba 100644 --- a/src/class-package-version.php +++ b/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '4.1.1-alpha'; + const PACKAGE_VERSION = '4.1.1'; const PACKAGE_SLUG = 'sync';