diff --git a/CHANGELOG.md b/CHANGELOG.md index 9843568d2c1d0848c7db74eb325eac574ddb2188..61b2aca518d85ebb57fc387e404c0e61456d8b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.16](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2020-11-04) + + +### Features + +* add Open Graph and Twitter meta tags ([af970b8](https://code.podlibre.org/podlibre/castopod/commit/af970b8bac949e4c63047e04aca1b7403a4e8deb)), closes [#41](https://code.podlibre.org/podlibre/castopod/issues/41) + # [1.0.0-alpha.15](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2020-11-03) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index ab3a1e25199fffc8cd7039c9b09b0e17c9bb38ae..4793d45d5ce9fdbee6678e0a983a65c85e012b87 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.15'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.16'); //-------------------------------------------------------------------- // App Namespace diff --git a/composer.json b/composer.json index 5e86e0ecc9a45598576fb8117c19e92b5e111b28..d3b3797d15ab8a2f6e413d44efe1f1101f0ab10f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha15", + "version": "1.0.0-alpha16", "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 7a665885ff9c67a9540fdf6ed75fb822de91a97a..b9bb57de2d8c80a5f4f002051b64be2458173b35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.15", + "version": "1.0.0-alpha.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ec0bcb95179ec9fd878b248eff3b01f38814f893..30ce115c12b8bb6b2fe89c05bbd1e4f96f3fec69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.15", + "version": "1.0.0-alpha.16", "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",