diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b8eb458dc2b073878410e2ea1fd69bf6e67e85..6b4bd4a53607a7898f3bc1c6c087060148e00e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.9](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2020-10-26) + + +### Features + +* display castopod version in admin footer ([9f2574e](https://code.podlibre.org/podlibre/castopod/commit/9f2574e6fbb61dac4e1a4252dff30017685da5f0)), closes [#68](https://code.podlibre.org/podlibre/castopod/issues/68) + # [1.0.0-alpha.8](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-10-22) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index c5ab4b2a91db1f40fcd94a780ec5ed5cfaf0109c..062da769880686cbc4cc7367be35e69124f5ab1f 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -7,7 +7,7 @@ // // NOTE: this constant is updated upon release with Continuous Integration. // -defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.8'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.9'); //-------------------------------------------------------------------- // App Namespace diff --git a/composer.json b/composer.json index 3bf1ec70c51fdd782aa20d732ad50e216ba31b2c..a6988bd23b267aa26ca1a652e61be1d1c39dba8d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha8", + "version": "1.0.0-alpha9", "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 674119bced9c7af5fb1f490c1459f2d556792961..c4883a9d857195c1e8ec6965d19a5d659583a838 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b5fa926090c5b1fa4936f5dfdf2d8fbaf4597934..ba7a9757eb13a065583fc16c093d94a7b957f889 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "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",