We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf38d5 commit c0927b7Copy full SHA for c0927b7
CHANGELOG.md
@@ -1,12 +1,19 @@
1
# IPInfo Changelog
2
3
+## 4.4.0
4
+
5
+- Added `CountryFlag` to the details object.
6
+- Added `CountryCurrency` to the details object.
7
+- Added `Continent` to the details object.
8
+- Handled timeour error properly.
9
10
## 4.3.1
11
12
- Patch fix to include `eu.json` in manifest for release.
13
14
## 4.3.0
15
-- Add `isEU` to the details object to check whether the IP geolocates to a
16
+- Added `isEU` to the details object to check whether the IP geolocates to a
17
European Union (EU) country.
18
19
## 4.2.1
ipinfo/version.py
@@ -1 +1 @@
-SDK_VERSION = "4.3.1"
+SDK_VERSION = "4.4.0"
0 commit comments