diff --git a/CHANGELOG.md b/CHANGELOG.md index 0febc85a76c5d4ceb8f8bbb5f994d4ba58533125..3d40b85beee92685a4eeb896e93aa457459ba799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.5](https://code.castopod.org/adaures/castopod/compare/v1.3.4...v1.3.5) (2023-05-09) + +### Bug Fixes + +- replace essence with embera to create preview cards + ([c682f03](https://code.castopod.org/adaures/castopod/commit/c682f03a67c6c0ebbcc6ff45d9a037f6f9823bde)) + ## [1.3.4](https://code.castopod.org/adaures/castopod/compare/v1.3.3...v1.3.4) (2023-05-05) ### Bug Fixes diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 5ba31f6618d093776638ece73c969445bd249dc8..062986f5b4599331211a4168fa248eae8ca9462b 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.3.4'); +defined('CP_VERSION') || define('CP_VERSION', '1.3.5'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 633f9bfc0e0d3e1714c2f1ba551a24e0da2a5c60..8ca51bf2661965d9824abd3d2747e368d694d672 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "adaures/castopod", - "version": "1.3.4", + "version": "1.3.5", "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 aebc455fbf5706ee4fff6e775d66ebdaf0f0db5e..435a9c51f426cd30aa5bb614e21e195ee8b03801 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.3.4", + "version": "1.3.5", "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",