diff --git a/packages/jwt-verifier/CHANGELOG.md b/packages/jwt-verifier/CHANGELOG.md index 64c900c4..9fd6ea88 100644 --- a/packages/jwt-verifier/CHANGELOG.md +++ b/packages/jwt-verifier/CHANGELOG.md @@ -1,3 +1,13 @@ +# 2.0.0 + +### Features + +- [#951](https://github.com/okta/okta-oidc-js/pull/951) - Adds verifyIdToken() + +### Breaking Changes + +- [#951](https://github.com/okta/okta-oidc-js/pull/951) - Verifier will throw error "No KID specified" if no KID is present in the JWT header + # 1.0.1 - [#935](https://github.com/okta/okta-oidc-js/pull/935) Updates jwks-rsa version for security fixes diff --git a/packages/jwt-verifier/package.json b/packages/jwt-verifier/package.json index 3062e5a8..08350132 100644 --- a/packages/jwt-verifier/package.json +++ b/packages/jwt-verifier/package.json @@ -1,6 +1,6 @@ { "name": "@okta/jwt-verifier", - "version": "1.0.1", + "version": "2.0.0", "description": "Easily validate Okta access tokens", "repository": "https://github.com/okta/okta-oidc-js", "homepage": "https://github.com/okta/okta-oidc-js/tree/master/packages/jwt-verifier",