diff --git a/.version b/.version index d21d277..af2dabf 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.25.0 +0.25.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c503a..05c132b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.25.0...v) (2025-01-19) + + +### Bug Fixes + +* disable account details inputs if user is imported from LDAP ([a8b9d60](https://github.com/stonith404/pocket-id/commit/a8b9d60a86e80c10d6fba07072b1d32cec400ecb)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.24.1...v) (2025-01-19) diff --git a/frontend/package.json b/frontend/package.json index cdd2449..5fecb4c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.25.0", + "version": "0.25.1", "private": true, "scripts": { "dev": "vite dev --port 3000",