Skip to content

Commit

Permalink
Update changelog for 1.3.3 release (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBlack85 authored Oct 16, 2020
1 parent 1b2d73d commit 342a634
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
-->

## [unreleased]
## [unreleased]

## [1.3.3] 2020-10-16

### added
### Added
* added `select_related` in intospect view for better query performance
* #831 Authorization token creation now can receive an expire date
* #831 Added a method to override Grant creation
* #825 Bump oauthlib to 3.1.0 to introduce PKCE

### Fixed
* #847: Fix inappropriate message when response from authentication server is not OK.

### Changed
* few smaller improvements to remove older django version compatibility #830, #861, #862, #863

## [1.3.2] 2020-03-24

### Fixed
Expand Down

2 comments on commit 342a634

@n2ygk
Copy link
Member

@n2ygk n2ygk commented on 342a634 Oct 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MattBlack85 I see you've issued the 1.3.3 release. Shall I push to pypi and rtfd?

@MattBlack85
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@n2ygk yup, sounds good to me!

Please sign in to comment.