From ff6f3baf535ca949efdfa317572af34e4c5c52f4 Mon Sep 17 00:00:00 2001 From: Uman Shahzad Date: Mon, 22 Aug 2022 15:23:19 +0500 Subject: [PATCH] add changelog and bump to 4.3.0 --- CHANGELOG.md | 5 +++++ ipinfo/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abb207a..5b68302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # IPInfo Changelog +## 4.3.0 + +- Add `isEU` to the details object to check whether the IP geolocates to a + European Union (EU) country. + ## 4.2.1 - Allow deleting from the cache via the `del` keyword, e.g. diff --git a/ipinfo/version.py b/ipinfo/version.py index e8ae0d1..dddf24e 100644 --- a/ipinfo/version.py +++ b/ipinfo/version.py @@ -1 +1 @@ -SDK_VERSION = "4.2.1" +SDK_VERSION = "4.3.0"