Skip to content

Commit

Permalink
Updated CHANGELOG and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Mar 23, 2021
1 parent 940f6dd commit 71f8acf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.16.0](https://github.com/fabiocaccamo/django-maintenance-mode/releases/tag/0.16.0) - 2021-11-23
- Added `maintenance_mode.backends.DefaultStorageBackend`.
- Added `maintenance_mode.logging.RequireNotMaintenanceMode503` logging filter. #72
- Fixed leading `/` in `settings.MAINTENANCE_MODE_STATE_FILE_PATH`. #76

## [0.15.1](https://github.com/fabiocaccamo/django-maintenance-mode/releases/tag/0.15.1) - 2020-11-21
- Fixed state file content with extra white-space. #71

Expand Down
2 changes: 1 addition & 1 deletion maintenance_mode/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.15.1'
__version__ = '0.16.0'

0 comments on commit 71f8acf

Please sign in to comment.