diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d79f2f..1a72c77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [10.0.0](https://github.com/lightpohl/podcast-dl/compare/v9.5.0...v10.0.0) (2024-08-24) + + +### ⚠ BREAKING CHANGES + +* add 'episode-custom-template-options' ([#79](https://github.com/lightpohl/podcast-dl/issues/79)) + +### Features + +* add 'episode-custom-template-options' ([#79](https://github.com/lightpohl/podcast-dl/issues/79)) ([d280eea](https://github.com/lightpohl/podcast-dl/commit/d280eeadb172da87626ad7b4da91f597c0e6e46a)) + ## [9.5.0](https://github.com/lightpohl/podcast-dl/compare/v9.4.0...v9.5.0) (2024-05-29) diff --git a/package.json b/package.json index 895168c..7a74b7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podcast-dl", - "version": "9.5.0", + "version": "10.0.0", "description": "A CLI for downloading podcasts.", "type": "module", "bin": "./bin/bin.js",