From 3c3916536ef12686d84ecad8301f9a91884d7961 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sat, 3 Jan 2026 15:16:46 +0100 Subject: [PATCH] release: 2.0.2 --- .version | 2 +- CHANGELOG.md | 14 ++++++++++++++ frontend/package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 38f77a65..e9307ca5 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.0.1 +2.0.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 825fcf57..0b57b328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v2.0.2 + +### Bug Fixes + +- migration fails if users exist with no email address ([2f651ad](https://github.com/pocket-id/pocket-id/commit/2f651adf3b4e8d689461da2083c3afcb1eb1d477) by @stonith404) +- allow version downgrade database is dirty ([ba00f40](https://github.com/pocket-id/pocket-id/commit/ba00f40bd4b06f31d251599fcb1db63e902a6987) by @stonith404) +- localhost callback URLs with port don't match correctly ([7c34501](https://github.com/pocket-id/pocket-id/commit/7c345010556f11a593948b2a1ae558b7a8003696) by @stonith404) + +### Other + +- add no-op migration to postgres ([a24b2af](https://github.com/pocket-id/pocket-id/commit/a24b2afb7b8165bed05976058a8ae797adc245df) by @stonith404) + +**Full Changelog**: https://github.com/pocket-id/pocket-id/compare/v2.0.1...v2.0.2 + ## v2.0.1 ### Bug Fixes diff --git a/frontend/package.json b/frontend/package.json index de4d066b..c662dcba 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "2.0.1", + "version": "2.0.2", "private": true, "type": "module", "scripts": {