From 5860100897a2351329759260188dd3889297a512 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Wed, 24 Jan 2024 12:11:02 +0100 Subject: [PATCH] Update `CHANGELOG` and version. --- CHANGELOG.md | 4 ++++ maintenance_mode/metadata.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5fd2e0..bb930b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.21.1](https://github.com/fabiocaccamo/django-maintenance-mode/releases/tag/0.21.1) - 2024-01-24 +- Fix `manage.py maintenance_mode on/off` changes permissions of state file. #172 +- Bump requirements and `pre-commit` hooks. + ## [0.21.0](https://github.com/fabiocaccamo/django-maintenance-mode/releases/tag/0.21.0) - 2023-12-11 - Add `MAINTENANCE_MODE_LOGOUT_AUTHENTICATED_USER` setting support. #139 - Add `MAINTENANCE_MODE_RESPONSE_TYPE` (`html` or `json`) setting support. #160 diff --git a/maintenance_mode/metadata.py b/maintenance_mode/metadata.py index b0840c7..00cc7eb 100644 --- a/maintenance_mode/metadata.py +++ b/maintenance_mode/metadata.py @@ -4,4 +4,4 @@ __email__ = "fabio.caccamo@gmail.com" __license__ = "MIT" __title__ = "django-maintenance-mode" -__version__ = "0.21.0" +__version__ = "0.21.1"