diff --git a/CHANGELOG.md b/CHANGELOG.md index 567a854..8062ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.3.2](https://github.com/lightpohl/podcast-dl/compare/v10.3.1...v10.3.2) (2024-11-07) + + +### Bug Fixes + +* spoof user agent to avoid occasional blocks ([494c74b](https://github.com/lightpohl/podcast-dl/commit/494c74bb0f9de913efb666f2c339c0bc88ee3dc2)), closes [#89](https://github.com/lightpohl/podcast-dl/issues/89) + ## [10.3.1](https://github.com/lightpohl/podcast-dl/compare/v10.3.0...v10.3.1) (2024-11-01) diff --git a/package.json b/package.json index 220a8b1..da43c24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podcast-dl", - "version": "10.3.1", + "version": "10.3.2", "description": "A CLI for downloading podcasts.", "type": "module", "bin": "./bin/bin.js",