diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ac42a36a13f19f6f9cd1722303087b7ed8a7c9..33b8eb458dc2b073878410e2ea1fd69bf6e67e85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [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) + + +### Features + +* **episodes:** schedule episode with future publication_date by using cache expiration time ([4f1e773](https://code.podlibre.org/podlibre/castopod/commit/4f1e773c0f9e4c2597f6c1b0a4773dfb34b2f203)), closes [#47](https://code.podlibre.org/podlibre/castopod/issues/47) + # [1.0.0-alpha.7](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-10-21) diff --git a/composer.json b/composer.json index fed2d23b43988d9d6bfaf2591d8f24868e60d889..3bf1ec70c51fdd782aa20d732ad50e216ba31b2c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha7", + "version": "1.0.0-alpha8", "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 0267e0055ca53f0da112476cdbf65c02e60ac04d..674119bced9c7af5fb1f490c1459f2d556792961 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.7", + "version": "1.0.0-alpha.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d1b9cf549e0e67cd27d82bbf7c198bf312f105e9..b5fa926090c5b1fa4936f5dfdf2d8fbaf4597934 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.7", + "version": "1.0.0-alpha.8", "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",