diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f69c7..329ac4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.0.0](https://github.com/axa-group/oauth2-mock-server/compare/v6.0.1...v7.0.0) — 2023-10-04 + +### Changed + +- **Breaking:** No longer support Node.js 16 + ## [6.0.1](https://github.com/axa-group/oauth2-mock-server/compare/v6.0.0...v6.0.1) — 2023-10-03 ### Security diff --git a/package.json b/package.json index 40545d3..7e2bdb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oauth2-mock-server", - "version": "6.0.1", + "version": "7.0.0", "description": "OAuth 2 mock server", "keywords": [ "oauth",