From 3f29325f45e4d380002f7aea4c4af3275ba776fc Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Mon, 11 Nov 2024 18:26:15 +0100 Subject: [PATCH] release: 0.14.0 --- .version | 2 +- CHANGELOG.md | 13 +++++++++++++ frontend/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.version b/.version index c317a91..a803cc2 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.13.1 +0.14.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e96c87..9358c11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.13.1...v) (2024-11-11) + + +### Features + +* add audit log event for one time access token sign in ([aca2240](https://github.com/stonith404/pocket-id/commit/aca2240a50a12e849cfb6e1aa56390b000aebae0)) + + +### Bug Fixes + +* overflow of pagination control on mobile ([de45398](https://github.com/stonith404/pocket-id/commit/de4539890349153c467013c24c4d6b30feb8fed8)) +* time displayed incorrectly in audit log ([3d3fb4d](https://github.com/stonith404/pocket-id/commit/3d3fb4d855ef510f2292e98fcaaaf83debb5d3e0)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.13.0...v) (2024-11-01) diff --git a/frontend/package.json b/frontend/package.json index 9242ef5..e28e927 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.13.1", + "version": "0.14.0", "private": true, "scripts": { "dev": "vite dev --port 3000",