diff --git a/.version b/.version index 88c5fb89..347f5833 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.4.0 +1.4.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index e1b3ce86..7cd6704d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v1.4.0...v) (2025-06-22) + + +### Bug Fixes + +* app not starting if UI config is disabled and Postgres is used ([7d36bda](https://github.com/pocket-id/pocket-id/commit/7d36bda769e25497dec6b76206a4f7e151b0bd72)) + ## [](https://github.com/pocket-id/pocket-id/compare/v1.3.1...v) (2025-06-19) ### Features diff --git a/frontend/package.json b/frontend/package.json index 20116b7b..40589ac3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "1.4.0", + "version": "1.4.1", "private": true, "type": "module", "scripts": {