Skip to content

Commit

Permalink
bump vsn
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-Umar committed Nov 17, 2022
1 parent 8cf38d5 commit c0927b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# IPInfo Changelog

## 4.4.0

- Added `CountryFlag` to the details object.
- Added `CountryCurrency` to the details object.
- Added `Continent` to the details object.
- Handled timeour error properly.

## 4.3.1

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

## 4.3.0

- Add `isEU` to the details object to check whether the IP geolocates to a
- Added `isEU` to the details object to check whether the IP geolocates to a
European Union (EU) country.

## 4.2.1
Expand Down
2 changes: 1 addition & 1 deletion ipinfo/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SDK_VERSION = "4.3.1"
SDK_VERSION = "4.4.0"

0 comments on commit c0927b7

Please sign in to comment.