diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d12736e..f753e9a5 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.25.0] - 2026-05-21 + ### Security - Updated `Django` 6.0.4 → 6.0.5, resolving the following CVEs: diff --git a/version.py b/version.py index ae571bbd..c6dd8a87 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ """ Dispatcharr version information. """ -__version__ = '0.24.0' # Follow semantic versioning (MAJOR.MINOR.PATCH) +__version__ = '0.25.0' # Follow semantic versioning (MAJOR.MINOR.PATCH) __timestamp__ = None # Set during CI/CD build process