We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc43577 + 3fa1cd6 commit 4bed776Copy full SHA for 4bed776
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6
7
+## [7.0.0](https://github.com/axa-group/oauth2-mock-server/compare/v6.0.1...v7.0.0) — 2023-10-04
8
+
9
+### Changed
10
11
+- **Breaking:** No longer support Node.js 16
12
13
## [6.0.1](https://github.com/axa-group/oauth2-mock-server/compare/v6.0.0...v6.0.1) — 2023-10-03
14
15
### Security
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "oauth2-mock-server",
3
- "version": "6.0.1",
+ "version": "7.0.0",
"description": "OAuth 2 mock server",
"keywords": [
"oauth",
0 commit comments