From 614057fae9276c2883da329f8fb33ffb736e09f4 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Thu, 23 Nov 2017 16:39:36 +0100 Subject: [PATCH] 2.6.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 982aa9b57..b502d8899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Yay for [SemVer](http://semver.org/). **Table of Contents** + - [2.6.0](#260) - [2.5.x](#25x) - [2.5.1](#251) - [2.5.0](#250) @@ -42,6 +43,11 @@ Yay for [SemVer](http://semver.org/). +## 2.6.0 +- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.5.1...v2.6.0) +- added `scope` to successful token (authorization_code, refresh_token) responses +- updated dependencies (`got@8.x`, removed deprecated `buffer-equals-constant`) + ## 2.5.x ### 2.5.1 - [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.5.0...v2.5.1) diff --git a/package.json b/package.json index bad53a86c..649beb334 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "lint-fix": "eslint lib example test --fix", "heroku-postbuild": "npm install mongodb" }, - "version": "2.5.1", + "version": "2.6.0", "files": [ "lib" ],