diff --git a/CHANGELOG.md b/CHANGELOG.md index cb088db..2dc79c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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). +## [1.0.3] - 2024-02-06 +- [PR 6](https://github.com/salesforce/django-request-queue-timeout/pull/6) chore: upgrade django 4.2 LTS (@W-14178534) + ## [1.0.2] - 2024-02-05 - [PR 4](https://github.com/salesforce/django-request-queue-timeout/pull/4) Update publish-release.yml diff --git a/pyproject.toml b/pyproject.toml index 84aaae6..3462dd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-request-queue-timeout" -version = "1.0.2" +version = "1.0.3" description = "Django middleware class to quickly dispatch any requests that wait too long in a queue before being processed" license = {file = "LICENSE.txt"} readme = "README.md"