diff --git a/.version b/.version index 48f7a71..ae6dd4e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.28.1 +0.29.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d4fbd..5a4c388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v0.28.1...v) (2025-02-05) + + +### Features + +* add JSON support in custom claims ([15cde6a](https://github.com/pocket-id/pocket-id/commit/15cde6ac66bc857ac28df545a37c1f4341977595)) +* add option to disable Caddy in the Docker container ([e864d5d](https://github.com/pocket-id/pocket-id/commit/e864d5dcbff1ef28dc6bf120e4503093a308c5c8)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.28.0...v) (2025-02-04) diff --git a/frontend/package.json b/frontend/package.json index 3d6fe38..f77c294 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.28.1", + "version": "0.29.0", "private": true, "type": "module", "scripts": {