diff --git a/CHANGELOG.md b/CHANGELOG.md index 79067d0..953d015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,7 @@ 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). -## [0.3.7-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.3.7] - 2024-02-05 ### Changed - Updated package dependencies. @@ -306,7 +303,7 @@ This is an alpha version! The changes listed here are not final. - PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput` - Updated package dependencies. -[0.3.7-alpha]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.6...v0.3.7-alpha +[0.3.7]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.6...v0.3.7 [0.3.6]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.5...v0.3.6 [0.3.5]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.4...v0.3.5 [0.3.4]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.3...v0.3.4 diff --git a/composer.json b/composer.json index aea805c..ffd10e1 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,8 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.3.0-alpha", - "automattic/jetpack-assets": "^2.1.0-alpha", + "automattic/jetpack-connection": "^2.3.0", + "automattic/jetpack-assets": "^2.1.0", "automattic/jetpack-constants": "^2.0.0", "automattic/jetpack-status": "^2.1.0", "automattic/jetpack-config": "^2.0.0" diff --git a/package.json b/package.json index c257311..d3fa717 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-wordads", - "version": "0.3.7-alpha", + "version": "0.3.7", "description": "Earn income by allowing Jetpack to display high quality ads.", "main": "main.js", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/wordads/#readme", @@ -33,8 +33,8 @@ "@automattic/calypso-color-schemes": "3.1.1", "@automattic/color-studio": "2.5.0", "@automattic/jetpack-analytics": "^0.1.29", - "@automattic/jetpack-api": "^0.16.9-alpha", - "@automattic/jetpack-components": "^0.48.1-alpha", + "@automattic/jetpack-api": "^0.16.9", + "@automattic/jetpack-components": "^0.48.1", "@wordpress/base-styles": "4.41.0", "@wordpress/block-editor": "12.18.2", "@wordpress/data": "9.20.0", diff --git a/src/class-package.php b/src/class-package.php index 817dee7..dea6235 100644 --- a/src/class-package.php +++ b/src/class-package.php @@ -11,7 +11,7 @@ * WordAds package general information */ class Package { - const VERSION = '0.3.7-alpha'; + const VERSION = '0.3.7'; const SLUG = 'wordads'; /**