diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c927e..1baed90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.3.4](https://github.com/lightpohl/podcast-dl/compare/v9.3.3...v9.3.4) (2024-04-30) + + +### Bug Fixes + +* handle feeds that block 'HEAD' check ([23b6b5d](https://github.com/lightpohl/podcast-dl/commit/23b6b5d65b2b9cbad7e35808739cec4364b7318c)) + ## [9.3.3](https://github.com/lightpohl/podcast-dl/compare/v9.3.2...v9.3.3) (2024-04-13) diff --git a/package.json b/package.json index 697d1c9..bfa8fe8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podcast-dl", - "version": "9.3.3", + "version": "9.3.4", "description": "A CLI for downloading podcasts.", "type": "module", "bin": "./bin/bin.js",