Skip to content

Commit c0927b7

Browse files
committed
bump vsn
1 parent 8cf38d5 commit c0927b7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# IPInfo Changelog
22

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+
310
## 4.3.1
411

512
- Patch fix to include `eu.json` in manifest for release.
613

714
## 4.3.0
815

9-
- 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
1017
European Union (EU) country.
1118

1219
## 4.2.1

ipinfo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = "4.3.1"
1+
SDK_VERSION = "4.4.0"

0 commit comments

Comments
 (0)