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)