diff --git a/CHANGELOG.md b/CHANGELOG.md index cde6db9..62c46cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ twitch-dl changelog +### [2.2.4 (2024-04-25)](https://github.com/ihabunek/twitch-dl/releases/tag/2.2.4) + +* Add m dot url support to video and clip regexes (thanks @localnerve) + ### [2.2.3 (2024-04-24)](https://github.com/ihabunek/twitch-dl/releases/tag/2.2.3) * Respect --dry-run option when downloading videos diff --git a/changelog.yaml b/changelog.yaml index a240ca6..037f003 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,7 +1,7 @@ 2.2.4: - date: 2024-04-24 + date: 2024-04-25 changes: - - "Add m dot url support to video and clip regexes" + - "Add m dot url support to video and clip regexes (thanks @localnerve)" 2.2.3: date: 2024-04-24 diff --git a/docs/changelog.md b/docs/changelog.md index cde6db9..62c46cc 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,10 @@ twitch-dl changelog +### [2.2.4 (2024-04-25)](https://github.com/ihabunek/twitch-dl/releases/tag/2.2.4) + +* Add m dot url support to video and clip regexes (thanks @localnerve) + ### [2.2.3 (2024-04-24)](https://github.com/ihabunek/twitch-dl/releases/tag/2.2.3) * Respect --dry-run option when downloading videos