diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ba1be4da..a62d78352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ Yay for [SemVer](http://semver.org/). **Table of Contents** - - [2.4.0](#240) + - [2.4.x](#24x) + - [2.4.1](#241) + - [2.4.0](#240) - [2.3.x](#23x) - [2.3.2](#232) - [2.3.1](#231) @@ -37,7 +39,12 @@ Yay for [SemVer](http://semver.org/). -## 2.4.0 +## 2.4.x +### 2.4.1 +- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.4.0...v2.4.1) +- fixed token upsert expiration to respect token's instance expiration + +### 2.4.0 - [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.3.2...v2.4.0) - added BaseToken public API, this API enables advanced users in search of features such as JWT-formatted Bearer tokens or not being able to reconstruct client token values from a DB backup to overload diff --git a/package.json b/package.json index 649eb9a39..d2bfe24fd 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "lint-fix": "eslint lib example test --fix", "heroku-postbuild": "npm install mongodb" }, - "version": "2.4.0", + "version": "2.4.1", "files": [ "lib" ],