diff --git a/.version b/.version index 5a03fb7..847e9ae 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.20.0 +0.20.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index bad2712..3fb8e61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.20.0...v) (2024-12-13) + + +### Bug Fixes + +* `create-one-time-access-token.sh` script not compatible with postgres ([34e3519](https://github.com/stonith404/pocket-id/commit/34e35193f9f3813f6248e60f15080d753e8da7ae)) +* wrong date time datatype used for read operations with Postgres ([bad901e](https://github.com/stonith404/pocket-id/commit/bad901ea2b661aadd286e5e4bed317e73bd8a70d)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.19.0...v) (2024-12-12) diff --git a/frontend/package.json b/frontend/package.json index a975009..3133730 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.20.0", + "version": "0.20.1", "private": true, "scripts": { "dev": "vite dev --port 3000",