Skip to content

Commit

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

<!-- TOC START min:2 max:3 link:true update:true -->
- [2.2.0](#220)
- [2.2.x](#22x)
- [2.2.1](#221)
- [2.2.0](#220)
- [2.1.0](#210)
- [2.0.x](#20x)
- [2.0.1](#201)
Expand All @@ -30,7 +32,12 @@ Yay for [SemVer](http://semver.org/).

<!-- TOC END -->

## 2.2.0
## 2.2.x
### 2.2.1
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.2.0...v2.2.1)
- fixed encrypted parameters incorrectly assumed as signed (request object asymmetrical encryption)

### 2.2.0
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.1.0...v2.2.0)
- added a `clientCacheDuration` option (defaults to `Infinity`), this option defines the time a client
configuration loaded from an adapter will be kept in cache before being loaded again with the next
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"lint-fix": "eslint lib example test --fix",
"heroku-postbuild": "npm install mongodb"
},
"version": "2.2.0",
"version": "2.2.1",
"files": [
"lib"
],
Expand Down

0 comments on commit 23bdf2c

Please sign in to comment.