Skip to content

Commit

Permalink
2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Dec 18, 2017
1 parent 6d1b0ec commit dedcd9a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Yay for [SemVer](http://semver.org/).
**Table of Contents**

<!-- TOC START min:2 max:3 link:true update:true -->
- [2.9.0](#290)
- [2.8.x](#28x)
- [2.8.3](#283)
- [2.8.2](#282)
Expand Down Expand Up @@ -49,6 +50,11 @@ Yay for [SemVer](http://semver.org/).

<!-- TOC END -->

## 2.9.0
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.8.3...v2.9.0)
- added and documented the optional use of [request][request-library] instead of [got][got-library]
for deployments requiring http(s) proxies to reach out to the internet wilderness

## 2.8.x
### 2.8.3
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.8.2...v2.8.3)
Expand Down Expand Up @@ -368,3 +374,5 @@ Bugfixes:
- client validation: http URI scheme is now forbidden for implicit web clients

[debug-link]: https://github.com/visionmedia/debug
[got-library]: https://github.com/sindresorhus/got
[request-library]: https://github.com/request/request
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"update-configuration",
"test"
],
"version": "2.8.3",
"version": "2.9.0",
"files": [
"lib"
],
Expand Down

0 comments on commit dedcd9a

Please sign in to comment.