diff --git a/CHANGELOG.md b/CHANGELOG.md index e86d348..619336b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.2.0](https://github.com/lightpohl/podcast-dl/compare/v10.1.0...v10.2.0) (2024-08-29) + + +### Features + +* add 'release_month' and 'release_day' template options ([27c2e8b](https://github.com/lightpohl/podcast-dl/commit/27c2e8b1229079018eb14404915bddcca2543fce)) + ## [10.1.0](https://github.com/lightpohl/podcast-dl/compare/v10.0.0...v10.1.0) (2024-08-25) diff --git a/package.json b/package.json index 2fdd3ab..64bc48d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podcast-dl", - "version": "10.1.0", + "version": "10.2.0", "description": "A CLI for downloading podcasts.", "type": "module", "bin": "./bin/bin.js",