Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #600 from mozilla/train-120
Browse files Browse the repository at this point in the history
Release v1.120.0
  • Loading branch information
vladikoff authored Sep 6, 2018
2 parents d08310e + 9e2becf commit 91313f1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="1.120.0"></a>
# [1.120.0](https://github.com/mozilla/fxa-oauth-server/compare/v1.117.0...v1.120.0) (2018-09-06)


### Bug Fixes

* **authorization:** Correctly handle non-existing URL scopes during authorization. (#594) r=@vladiko ([21654a3](https://github.com/mozilla/fxa-oauth-server/commit/21654a3)), closes [#594](https://github.com/mozilla/fxa-oauth-server/issues/594) [#593](https://github.com/mozilla/fxa-oauth-server/issues/593)
* **ci:** Run MySQL tests in Circle (#586) r=@vbudhram ([4b1c4e4](https://github.com/mozilla/fxa-oauth-server/commit/4b1c4e4)), closes [#586](https://github.com/mozilla/fxa-oauth-server/issues/586) [#581](https://github.com/mozilla/fxa-oauth-server/issues/581)
* **scopes:** Document scope-handling rules, use shared code to enforce them. (#551); r=vbudhr ([237886d](https://github.com/mozilla/fxa-oauth-server/commit/237886d)), closes [#551](https://github.com/mozilla/fxa-oauth-server/issues/551)

### Features

* **openid:** add the openid connect `at_hash` value (#598), r=@rfk ([d08310e](https://github.com/mozilla/fxa-oauth-server/commit/d08310e)), closes [#598](https://github.com/mozilla/fxa-oauth-server/issues/598)



<a name="1.119.0"></a>
# [1.119.0](https://github.com/mozilla/fxa-oauth-server/compare/v1.117.0...v1.119.0) (2018-08-21)

Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.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": "fxa-oauth-server",
"version": "1.119.0",
"version": "1.120.0",
"private": true,
"description": "Firefox Accounts OAuth2 server.",
"scripts": {
Expand Down

0 comments on commit 91313f1

Please sign in to comment.