From ae1e2f5e77ca7e06d0d6a0da057612df1a1c6a44 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Fri, 29 Nov 2024 23:17:26 +0100 Subject: [PATCH] release: 0.19.0 --- .version | 2 +- CHANGELOG.md | 7 +++++++ frontend/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 6633391..1cf0537 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.18.0 +0.19.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b3c9e..a1b323a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.18.0...v) (2024-11-29) + + +### Features + +* **geolite:** add Tailscale IP detection with CGNAT range check ([#77](https://github.com/stonith404/pocket-id/issues/77)) ([edce3d3](https://github.com/stonith404/pocket-id/commit/edce3d337129c9c6e8a60df2122745984ba0f3e0)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.17.0...v) (2024-11-28) diff --git a/frontend/package.json b/frontend/package.json index 75a08d4..223538c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.18.0", + "version": "0.19.0", "private": true, "scripts": { "dev": "vite dev --port 3000",