From d8c73ed472b1014c6c4ae1c26ea5ffed00ffc062 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 24 Aug 2025 15:12:14 +0200 Subject: [PATCH] release: 1.8.1 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ frontend/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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": {