diff --git a/.version b/.version index 26bea73..9eb2aa3 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.31.0 +0.32.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index aba1d9b..4ce4c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v0.31.0...v) (2025-02-13) + + +### Features + +* add ability to set custom Geolite DB URL ([2071d00](https://github.com/pocket-id/pocket-id/commit/2071d002fc5c3b5ff7a3fca6a5c99f5517196853)) + ## [](https://github.com/pocket-id/pocket-id/compare/v0.30.0...v) (2025-02-12) diff --git a/frontend/package.json b/frontend/package.json index 9a7f40a..561aa2d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.31.0", + "version": "0.32.0", "private": true, "type": "module", "scripts": {