You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+11
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
5
5
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).
6
6
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)
0 commit comments