diff --git a/.version b/.version index e9307ca5..7ec1d6db 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.0.2 +2.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b57b328..343f08a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## v2.1.0 + +### Bug Fixes + +- invalid cookie name for email login code device token ([d6a7b50](https://github.com/pocket-id/pocket-id/commit/d6a7b503ff4571b1291a55a569add3374f5e2d5b) by @stonith404) + +### Features + +- add issuer url to oidc client details list ([#1197](https://github.com/pocket-id/pocket-id/pull/1197) by @kmendell) +- process nonce within device authorization flow ([#1185](https://github.com/pocket-id/pocket-id/pull/1185) by @justincmoy) + +### Other + +- run SCIM jobs in context of gocron instead of custom implementation ([4881130](https://github.com/pocket-id/pocket-id/commit/4881130eadcef0642f8a87650b7c36fda453b51b) by @stonith404) + +**Full Changelog**: https://github.com/pocket-id/pocket-id/compare/v2.0.2...v2.1.0 + ## v2.0.2 ### Bug Fixes diff --git a/frontend/package.json b/frontend/package.json index c662dcba..9a999f30 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "2.0.2", + "version": "2.1.0", "private": true, "type": "module", "scripts": {