From 872725023be24b37982a6dbd4effaaf8e2d02665 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 1 Apr 2026 02:39:44 +0000 Subject: [PATCH] Release v0.22.0 --- CHANGELOG.md | 2 ++ version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f8aad67..9b622959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.0] - 2026-04-01 + ### Security - Updated `requests` 2.32.5 → 2.33.0, resolving the following CVE: diff --git a/version.py b/version.py index 79cb7dfa..ed008927 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ """ Dispatcharr version information. """ -__version__ = '0.21.1' # Follow semantic versioning (MAJOR.MINOR.PATCH) +__version__ = '0.22.0' # Follow semantic versioning (MAJOR.MINOR.PATCH) __timestamp__ = None # Set during CI/CD build process