diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d3fe84..0febc85a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.4](https://code.castopod.org/adaures/castopod/compare/v1.3.3...v1.3.4) (2023-05-05) + +### Bug Fixes + +- **import-update:** insert episodes incrementally into database + ([108fdf8](https://code.castopod.org/adaures/castopod/commit/108fdf84b8dd458fc71a06a77d14069287ab8e42)) + ## [1.3.3](https://code.castopod.org/adaures/castopod/compare/v1.3.2...v1.3.3) (2023-04-17) ### Bug Fixes diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 746dc241..5ba31f66 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.3'); +defined('CP_VERSION') || define('CP_VERSION', '1.3.4'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 2a261648..0e59c520 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "adaures/castopod", - "version": "1.3.3", + "version": "1.3.4", "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 02507b39..aebc455f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.3.3", + "version": "1.3.4", "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",