diff --git a/CHANGELOG.md b/CHANGELOG.md index be4081f9..0cebdc40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.49](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.48...v1.0.0-alpha.49) (2021-04-12) + + +### Bug Fixes + +* **multiselect:** add missing class names in choices options for purge to work properly ([719538d](https://code.podlibre.org/podlibre/castopod/commit/719538d0ccb28af3c3c5e1a4b6468d4b772fe819)) + # [1.0.0-alpha.48](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.47...v1.0.0-alpha.48) (2021-04-10) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index e7382b3c..a2c0a75f 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -9,7 +9,7 @@ | | NOTE: this constant is updated upon release with Continuous Integration. */ -defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.48'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.49'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index ad6e29f0..9941ea4b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha48", + "version": "1.0.0-alpha49", "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 e338f2fd..7a16cbdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.48", + "version": "1.0.0-alpha.49", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b98c9461..3d9cc3ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.48", + "version": "1.0.0-alpha.49", "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",