diff --git a/CHANGELOG.md b/CHANGELOG.md index caee4a0..901342a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). -## [6.1.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [6.1.1] - 2024-12-04 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#40363] ## [6.1.0] - 2024-11-25 ### Added @@ -1265,7 +1262,7 @@ This is an alpha version! The changes listed here are not final. - Separate the connection library into its own package. -[6.1.1-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.1.0...v6.1.1-alpha +[6.1.1]: https://github.com/Automattic/jetpack-connection/compare/v6.1.0...v6.1.1 [6.1.0]: https://github.com/Automattic/jetpack-connection/compare/v6.0.1...v6.1.0 [6.0.1]: https://github.com/Automattic/jetpack-connection/compare/v6.0.0...v6.0.1 [6.0.0]: https://github.com/Automattic/jetpack-connection/compare/v5.1.7...v6.0.0 diff --git a/src/class-package-version.php b/src/class-package-version.php index 4873c53..45cf222 100644 --- a/src/class-package-version.php +++ b/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '6.1.1-alpha'; + const PACKAGE_VERSION = '6.1.1'; const PACKAGE_SLUG = 'connection';