diff --git a/CHANGELOG.md b/CHANGELOG.md index e3c643b..793a956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [9.2.0](https://github.com/ipfs-shipyard/ipfs-geoip/compare/v9.1.1...v9.2.0) (2025-02-19) + +### Features + +* updated dataset (GeoLite2-City-CSV_20250218) ([#116](https://github.com/ipfs-shipyard/ipfs-geoip/issues/116)) ([1da78de](https://github.com/ipfs-shipyard/ipfs-geoip/commit/1da78deee1af9e2b66f8a40c313cb02c5368239a)) + ## [9.1.1](https://github.com/ipfs-shipyard/ipfs-geoip/compare/v9.1.0...v9.1.1) (2024-12-12) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index aa1eef9..fca07ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ipfs-geoip", - "version": "9.1.1", + "version": "9.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ipfs-geoip", - "version": "9.1.1", + "version": "9.2.0", "license": "MIT", "devDependencies": { "@ipld/car": "^5.4.0", diff --git a/package.json b/package.json index 7d673e3..a07a543 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-geoip", - "version": "9.1.1", + "version": "9.2.0", "description": "Library for ipfs geoip lookups", "keywords": [ "ipfs",