From 0f17d92a8c7cf3f842ba2461d53403b4bbfe4e63 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Wed, 24 Apr 2024 14:54:31 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ changelog.yaml | 2 +- docs/changelog.md | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb9d9ce..cde6db9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ twitch-dl changelog +### [2.2.3 (2024-04-24)](https://github.com/ihabunek/twitch-dl/releases/tag/2.2.3) + +* Respect --dry-run option when downloading videos +* Add automated tests on github actions + ### [2.2.2 (2024-04-23)](https://github.com/ihabunek/twitch-dl/releases/tag/2.2.2) * Fix more compat issues Python < 3.10 (#152) diff --git a/changelog.yaml b/changelog.yaml index b30c7b1..49196fb 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,4 +1,4 @@ -2.2.2: +2.2.3: date: 2024-04-24 changes: - "Respect --dry-run option when downloading videos" diff --git a/docs/changelog.md b/docs/changelog.md index cb9d9ce..cde6db9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,11 @@ twitch-dl changelog +### [2.2.3 (2024-04-24)](https://github.com/ihabunek/twitch-dl/releases/tag/2.2.3) + +* Respect --dry-run option when downloading videos +* Add automated tests on github actions + ### [2.2.2 (2024-04-23)](https://github.com/ihabunek/twitch-dl/releases/tag/2.2.2) * Fix more compat issues Python < 3.10 (#152)