diff --git a/.version b/.version index f8287cf9..a8ab6c96 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.43.1 +0.44.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index afdddb3a..2fb7c574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v0.43.1...v) (2025-03-25) + + +### Features + +* add OIDC refresh_token support ([#325](https://github.com/pocket-id/pocket-id/issues/325)) ([b8dcda8](https://github.com/pocket-id/pocket-id/commit/b8dcda80497e554d163a370eff81fe000f8831f4)) + + +### Bug Fixes + +* hash the refresh token in the DB (security) ([#379](https://github.com/pocket-id/pocket-id/issues/379)) ([8c96381](https://github.com/pocket-id/pocket-id/commit/8c963818bb90c84dac04018eec93790900d4b0ce)) +* skip ldap objects without a valid unique id ([#376](https://github.com/pocket-id/pocket-id/issues/376)) ([cdfe816](https://github.com/pocket-id/pocket-id/commit/cdfe8161d4429bdfe879887fe0b563a67c14f50b)) +* stop container if Caddy, the frontend or the backend fails ([e6f5019](https://github.com/pocket-id/pocket-id/commit/e6f50191cf05a5d0ac0e0000cf66423646f1920e)) + ## [](https://github.com/pocket-id/pocket-id/compare/v0.43.0...v) (2025-03-20) diff --git a/frontend/package.json b/frontend/package.json index 914a62fd..a11a03c9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.43.1", + "version": "0.44.0", "private": true, "type": "module", "scripts": {