diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b73c6..c20cf4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.0](https://github.com/fabiocaccamo/django-redirects/releases/tag/0.6.0) - 2023-12-05 +- Add `Python 3.12` support. +- Add `Django 5.0` support. +- Speed-up test workflow. +- Bump requirements. +- Bump `pre-commit` hooks. + ## [0.5.0](https://github.com/fabiocaccamo/django-redirects/releases/tag/0.5.0) - 2023-07-03 - Add `Django 4.2` support. - Drop `Django 2.2` support. diff --git a/redirects/metadata.py b/redirects/metadata.py index 137a1c7..6eb20e2 100644 --- a/redirects/metadata.py +++ b/redirects/metadata.py @@ -4,4 +4,4 @@ __email__ = "fabio.caccamo@gmail.com" __license__ = "MIT" __title__ = "django-redirects" -__version__ = "0.5.0" +__version__ = "0.6.0"