Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poveden committed Jan 15, 2020
1 parent c3e2ac2 commit ac3c662
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ 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/).

## [1.4.0](https://github.com/axa-group/oauth2-mock-server/compare/v1.3.3...v1.4.0) — 2020-01-15

### Security

- Update `npm` dependencies to fix:
- [NPM Security Advisory 1164](https://www.npmjs.com/advisories/1164)
- [NPM Security Advisory 1300](https://www.npmjs.com/advisories/1300)
- [NPM Security Advisory 1316](https://www.npmjs.com/advisories/1316)
- [NPM Security Advisory 1324](https://www.npmjs.com/advisories/1324)
- [NPM Security Advisory 1325](https://www.npmjs.com/advisories/1325)

### Fixed

- Add missing `aud` claim under Authorization Code Flow

### Added

- Add CORS support

## [1.3.3](https://github.com/axa-group/oauth2-mock-server/compare/v1.3.2...v1.3.3) — 2019-09-25

### Security
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oauth2-mock-server",
"version": "1.3.3",
"version": "1.4.0",
"description": "OAuth 2 mock server",
"keywords": [
"oauth",
Expand Down

0 comments on commit ac3c662

Please sign in to comment.