diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e79124ac0331487be28b5ece3ad8d3c8a155c05..bc5d57f49365e366d70aa59caa05e1353fba0b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.12.2](https://code.castopod.org/adaures/castopod/compare/v1.12.1...v1.12.2) (2024-07-03) + +### Bug Fixes + +- broken icon call in frontend default pages template + ([d8d2eb9](https://code.castopod.org/adaures/castopod/commit/d8d2eb92b741ecfc956b416db481f8c2dee84864)) + ## [1.12.1](https://code.castopod.org/adaures/castopod/compare/v1.12.0...v1.12.1) (2024-07-01) ### Bug Fixes diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 09a2318d8e38c67ab96d264b65e8161a4bc4c100..16b19761c92f1eaae4027fed1fc7a08af4a34ac7 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -11,7 +11,7 @@ declare(strict_types=1); | | NOTE: this constant is updated upon release with Continuous Integration. */ -defined('CP_VERSION') || define('CP_VERSION', '1.12.1'); +defined('CP_VERSION') || define('CP_VERSION', '1.12.2'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index b7c1b32b5c6f2f61bf80e2d184892d511ba5a034..2e164e55d12aa1e763d0c364a2a98ed9ecd8ef18 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "adaures/castopod", - "version": "1.12.1", + "version": "1.12.2", "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.json b/package.json index 31b6df8f2f252fc01cf94408469e04a1e8c698df..06ba0ea2aaee8729956577f9c24539f1fc54d89f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.12.1", + "version": "1.12.2", "description": "Castopod Host 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",