Skip to content

Commit 72c5b67

Browse files
authored
Merge pull request #315 from axa-group/poveden/release-7.2.0
Version 7.2.0
2 parents 99d8596 + 7cbde4a commit 72c5b67

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7-
## Unreleased
7+
## [7.2.0](https://github.com/axa-group/oauth2-mock-server/compare/v7.1.2...v7.2.0) — 2024-11-25
88

99
### Added
1010

1111
- Include scope in token for authorization_code and refresh_token grants (by [PetrasJaug](https://github.com/PetrasJaug))
12+
- Add PKCE support (by [tanettrimas](https://github.com/tanettrimas))
1213

1314
### Changed
1415

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oauth2-mock-server",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"description": "OAuth 2 mock server",
55
"keywords": [
66
"oauth",

0 commit comments

Comments
 (0)