diff --git a/CHANGELOG.md b/CHANGELOG.md index c67d2ef5cf5a15f75b775cb9840d8ece32308371..72c3abd43140582404186b10677258e07b33567b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.24](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.23...v1.0.0-alpha.24) (2020-11-26) + + +### Features + +* **monetization:** add Web Monetization support ([96a6026](https://code.podlibre.org/podlibre/castopod/commit/96a6026f1db452085360f5fe248de82a2ec06468)) + # [1.0.0-alpha.23](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.22...v1.0.0-alpha.23) (2020-11-24) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index e6cfafc050eaa0772bda196a4bc5fbc6ba5857e4..ece906a449e1c32e31f170ae4739162328b36f96 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -7,7 +7,7 @@ // // NOTE: this constant is updated upon release with Continuous Integration. // -defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.23'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.24'); //-------------------------------------------------------------------- // App Namespace diff --git a/composer.json b/composer.json index d7d6ad40e6a7325a125e86b3c7441ab93480c2f8..a8bf9acc9f4a21dd7269f3180aff10943664c530 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha23", + "version": "1.0.0-alpha24", "type": "project", "description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.", "homepage": "https://castopod.org", diff --git a/package-lock.json b/package-lock.json index 106aa11134c3a19acfdc36ed2deb9edb63d8c915..014b746ea98beb2aeabe9b122bd279bc0b91f63e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.23", + "version": "1.0.0-alpha.24", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 53ec40eb098df9dc3c1cac539125a8419d364c90..6db132624c3fee69eb46723da5e6cdc0067d2947 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.23", + "version": "1.0.0-alpha.24", "description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.", "private": true, "license": "AGPL-3.0-or-later",