diff --git a/.version b/.version index 27f9cd32..a8fdfda1 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.8.0 +1.8.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe1e14e..9ff0ee12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v1.8.0...v) (2025-08-24) + + +### Bug Fixes + +* migration clears allowed users groups ([5971bfb](https://github.com/pocket-id/pocket-id/commit/5971bfbfa66ecfebf2b1c08d34fcbd8c18cdc046)) +* wrong column type for reauthentication tokens in Postgres ([#869](https://github.com/pocket-id/pocket-id/issues/869)) ([1283314](https://github.com/pocket-id/pocket-id/commit/1283314f776a0ba43be7d796e7e2243e31f860de)) + ## [](https://github.com/pocket-id/pocket-id/compare/v1.7.0...v) (2025-08-23) diff --git a/frontend/package.json b/frontend/package.json index 153bce8c..bb1ba324 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "1.8.0", + "version": "1.8.1", "private": true, "type": "module", "scripts": {