diff --git a/CHANGELOG.md b/CHANGELOG.md index ffadce0..def59a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.1.1](https://github.com/lightpohl/podcast-dl/compare/v4.1.0...v4.1.1) (2020-12-29) + + +### Bug Fixes + +* the most recent episode should be downloaded when using '--reverse' ([709312b](https://github.com/lightpohl/podcast-dl/commit/709312b1307d35e6082447719fc786892700f3e8)), closes [#16](https://github.com/lightpohl/podcast-dl/issues/16) + ## [4.1.0](https://github.com/lightpohl/podcast-dl/compare/v4.0.1...v4.1.0) (2020-08-15) diff --git a/package.json b/package.json index 3c3b423..0e95f86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podcast-dl", - "version": "4.1.0", + "version": "4.1.1", "description": "A CLI for downloading podcasts.", "bin": "./bin/bin.js", "scripts": {