Skip to content

Commit bc29248

Browse files
Release 2.2.0 (#196)
* Updated info for release * Updated CHANGELOG for release * Bumped minor release version * Updated log based on PR comments * Update release date Co-authored-by: Florimond Manca <florimond.manca@protonmail.com>
1 parent c8f8a89 commit bc29248

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 2.2.0 - 2022-03-11
8+
9+
### Added
10+
11+
- Added support for Django config detection for different versions (PR #187)
12+
13+
### Changed
14+
15+
- Add official support for Django 3.2 and Python 3.9 and 3.10 (PR #189)
16+
- Bumped `hashed_key` field's `max_length` from 100 to 150 to address length issue with `argon2-cffi` (PR #193)
17+
718
## 2.1.0 - 2021-09-24
819

920
### Added
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.0"
1+
__version__ = "2.2.0"

0 commit comments

Comments
 (0)