From 3c64373f8f4982cb5b3cef900b4b6854925cdc9b Mon Sep 17 00:00:00 2001 From: nulltoken Date: Mon, 23 Oct 2023 10:57:17 +0200 Subject: [PATCH] Version 7.1.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 329ac4d..d52f4f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## [7.1.0](https://github.com/axa-group/oauth2-mock-server/compare/v7.0.0...v7.1.0) — 2023-10-23 + +### Added + +- Add support for "aud" claim in "client_credentials" grants (by [kadams54](https://github.com/kadams54)) + +### Changed + +- Update dependencies + ## [7.0.0](https://github.com/axa-group/oauth2-mock-server/compare/v6.0.1...v7.0.0) — 2023-10-04 ### Changed diff --git a/package.json b/package.json index 84e879f..766afcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oauth2-mock-server", - "version": "7.0.0", + "version": "7.1.0", "description": "OAuth 2 mock server", "keywords": [ "oauth",