chore(release): 1.4.1 [skip ci]

## [1.4.1](https://code.castopod.org/adaures/castopod/compare/v1.4.0...v1.4.1) (2023-06-22)

### Bug Fixes

* **podcast-import:** set default values for person group and role if not found in taxonomy ([aa46dca](aa46dca4e3))
This commit is contained in:
semantic-release-bot 2023-06-22 15:53:39 +00:00
commit b61dd57a37
4 changed files with 11 additions and 3 deletions

View file

@ -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.4.0');
defined('CP_VERSION') || define('CP_VERSION', '1.4.1');
/*
| --------------------------------------------------------------------