diff --git a/CHANGELOG.md b/CHANGELOG.md index e22069a..f6bad22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.0.2](https://github.com/mikaelkaron/fastify-openid-auth/compare/v8.0.1...v8.0.2) (2023-08-02) + + +### Bug Fixes + +* handle refreshing tokens missing `expires_at` ([bcb54ec](https://github.com/mikaelkaron/fastify-openid-auth/commit/bcb54ec2643f11b95db88aea9241e44c6d17903e)) + ## [8.0.1](https://github.com/mikaelkaron/fastify-openid-auth/compare/v8.0.0...v8.0.1) (2023-07-05) diff --git a/package-lock.json b/package-lock.json index db5d013..c413b0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fastify-openid-auth", - "version": "8.0.1", + "version": "8.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fastify-openid-auth", - "version": "8.0.1", + "version": "8.0.2", "license": "MIT", "dependencies": { "@fastify/error": "^3", diff --git a/package.json b/package.json index f29cd40..e75d6ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-openid-auth", - "version": "8.0.1", + "version": "8.0.2", "description": "Fastify auth plugin for openid-client", "type": "module", "module": "./dist/index.js",