From 5f7fa7ca658734e9564c8622dd99cdd8a90f584c Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Sat, 9 Jun 2018 08:34:13 -0700 Subject: [PATCH] Release v1.113.1 --- CHANGELOG.md | 14 ++++++++++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d152bd7..7b5b652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +## [1.113.1](https://github.com/mozilla/fxa-oauth-server/compare/v1.113.0...v1.113.1) (2018-06-09) + + +### Bug Fixes + +* **pkce:** Don't require PKCE in the direct grant flow. (#566) r=@vladikoff ([d70fe6d](https://github.com/mozilla/fxa-oauth-server/commit/d70fe6d)), closes [#566](https://github.com/mozilla/fxa-oauth-server/issues/566) [#559](https://github.com/mozilla/fxa-oauth-server/issues/559) + +### Features + +* **authorization:** Require tokenVerified=true for key-bearing scopes. (#561) r=@vladikoff ([f9ad63e](https://github.com/mozilla/fxa-oauth-server/commit/f9ad63e)), closes [#561](https://github.com/mozilla/fxa-oauth-server/issues/561) [/github.com/mozilla-services/tokenserver/blob/master/tokenserver/views.py#L140](https://github.com//github.com/mozilla-services/tokenserver/blob/master/tokenserver/views.py/issues/L140) + + + # [1.113.0](https://github.com/mozilla/fxa-oauth-server/compare/v1.112.1...v1.113.0) (2018-05-30) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5decb8c..371435c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "fxa-oauth-server", - "version": "1.113.0", + "version": "1.113.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 768df83..cb25632 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fxa-oauth-server", - "version": "1.113.0", + "version": "1.113.1", "private": true, "description": "Firefox Accounts OAuth2 server.", "scripts": {