From 440a9f1ba04dff251c6ac1a19286ce2aa2cf0f77 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Wed, 22 Jan 2025 18:51:06 +0100 Subject: [PATCH] release: 0.27.0 --- .version | 2 +- CHANGELOG.md | 13 +++++++++++++ frontend/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 4e8f395..1b58cc1 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.26.0 +0.27.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f0b1f4..90c82cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.26.0...v) (2025-01-22) + + +### Features + +* display private IP ranges correctly in audit log ([#139](https://github.com/stonith404/pocket-id/issues/139)) ([72923bb](https://github.com/stonith404/pocket-id/commit/72923bb86dc5d07d56aea98cf03320667944b553)) + + +### Bug Fixes + +* add save changes dialog before sending test email ([#165](https://github.com/stonith404/pocket-id/issues/165)) ([d02f475](https://github.com/stonith404/pocket-id/commit/d02f4753f3fbda75cd415ebbfe0702765c38c144)) +* ensure the downloaded GeoLite2 DB is not corrupted & prevent RW race condition ([#138](https://github.com/stonith404/pocket-id/issues/138)) ([f7710f2](https://github.com/stonith404/pocket-id/commit/f7710f298898d322885c1c83680e26faaa0bb800)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.25.1...v) (2025-01-20) diff --git a/frontend/package.json b/frontend/package.json index 07f1547..785f5f1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.26.0", + "version": "0.27.0", "private": true, "scripts": { "dev": "vite dev --port 3000",