diff --git a/.version b/.version index f8e233b2..9ab8337f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.9.0 +1.9.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c2af56..8394f36f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v1.9.0...v) (2025-08-24) + + +### Bug Fixes + +* sqlite migration drops allowed user groups ([d6d1a4c](https://github.com/pocket-id/pocket-id/commit/d6d1a4ced23886f255a9c2048d19ad3599a17f26)) + ## [](https://github.com/pocket-id/pocket-id/compare/v1.8.1...v) (2025-08-24) diff --git a/frontend/package.json b/frontend/package.json index 5acb4849..d142d9ce 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "1.9.0", + "version": "1.9.1", "private": true, "type": "module", "scripts": {