diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e88813a0361e8449db4a1a38c7e3ff402e7747..e9e74253832a0a071c868c7fc574ef01ac0160a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.71](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.70...v1.0.0-alpha.71) (2021-09-17) + +### Features + +- **map:** display geolocated episodes on a map page + ([4357cc2](https://code.podlibre.org/podlibre/castopod-host/commit/4357cc25ccc585ce398035c1c25d566b6a9df775)) + # [1.0.0-alpha.70](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.69...v1.0.0-alpha.70) (2021-08-31) ### Bug Fixes diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 9bcd3e77b41b0cf81101dea99a2e922566f19887..bab8afcf5734543f5aa374445fdd67d1129383ca 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.0.0-alpha.70'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.71'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 5c0ecfb95ceeb24e82009904efb32a13c6065f55..869b95fcce3dfe1c4d7b6ac4d5223fb62f1372ad 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod-host", - "version": "1.0.0-alpha70", + "version": "1.0.0-alpha71", "type": "project", "description": "Castopod Host 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 3aecf2365f9d4f023ac6ff71b493cbb016bebb45..90adc97383832bff1601252050453643094d4012 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.70", + "version": "1.0.0-alpha.71", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "castopod-host", - "version": "1.0.0-alpha.70", + "version": "1.0.0-alpha.71", "license": "AGPL-3.0-or-later", "dependencies": { "@amcharts/amcharts4": "^4.10.17", diff --git a/package.json b/package.json index 5dd871d85ad1e96fe34bbccb0d2a3c39280517bd..b786767c79497e20fa27cad41fd0dbce87fd8c6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.70", + "version": "1.0.0-alpha.71", "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",