From 4b086cebcd1771bde3b95f90055bfd25aecf8752 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 24 Aug 2025 20:54:03 +0200 Subject: [PATCH] release: 1.9.0 --- .version | 2 +- CHANGELOG.md | 14 ++++++++++++++ frontend/package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.version b/.version index a8fdfda1..f8e233b2 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.8.1 +1.9.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff0ee12..79c2af56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v1.8.1...v) (2025-08-24) + + +### Features + +* support automatic db migration rollbacks ([#874](https://github.com/pocket-id/pocket-id/issues/874)) ([c114a2e](https://github.com/pocket-id/pocket-id/commit/c114a2edaae4c007c75c34c02e8b0bb011845cae)) + + +### Bug Fixes + +* don't force uuid for client id in postgres ([2ffc6ba](https://github.com/pocket-id/pocket-id/commit/2ffc6ba42af4742a13b77543142b66b3e826ab88)) +* ensure SQLite has a writable temporary directory ([#876](https://github.com/pocket-id/pocket-id/issues/876)) ([1f3550c](https://github.com/pocket-id/pocket-id/commit/1f3550c9bd3aafd3bd2272ef47f3ed8736037d81)) +* sort order incorrect for apps when using postgres ([d0392d2](https://github.com/pocket-id/pocket-id/commit/d0392d25edcaa5f3c7da2aad70febf63b47763fa)) + ## [](https://github.com/pocket-id/pocket-id/compare/v1.8.0...v) (2025-08-24) diff --git a/frontend/package.json b/frontend/package.json index bb1ba324..5acb4849 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "1.8.1", + "version": "1.9.0", "private": true, "type": "module", "scripts": {