Skip to content

Commit

Permalink
push 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UmanShahzad committed Nov 27, 2023
1 parent 7916ad3 commit e595a4b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# IPInfo Changelog

## 5.0.0

- BREAKING: No longer requiring a JSON file for changing the
country/currency/etc data that's returned. Will now accept an in-memory map.
- Throwing general API error responses as proper `APIError` error types.
- Added an iterator version of getting batch IPs. See `getBatchDetailsIter` in
the handler.

## 4.4.3

- Added `CountryFlagURL` to the details object.
Expand All @@ -8,6 +16,7 @@
## 4.4.2

- Patch fix for empty `ip_address` crash.

## 4.4.1

- Patch fix for handler crashing in windows environment.
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.4.3"
SDK_VERSION = "5.0.0"

0 comments on commit e595a4b

Please sign in to comment.