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",