Skip to content

Commit

Permalink
Release 2.2.0 (#196)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
chrismaddalena and florimondmanca authored Mar 11, 2022
1 parent c8f8a89 commit bc29248
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.2.0 - 2022-03-11

### Added

- Added support for Django config detection for different versions (PR #187)

### Changed

- Add official support for Django 3.2 and Python 3.9 and 3.10 (PR #189)
- Bumped `hashed_key` field's `max_length` from 100 to 150 to address length issue with `argon2-cffi` (PR #193)

## 2.1.0 - 2021-09-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/rest_framework_api_key/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.0"
__version__ = "2.2.0"

0 comments on commit bc29248

Please sign in to comment.