diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c3fd6..e4ee389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # IPInfo Changelog +## 4.4.2 + +- Patch fix for empty `ip_address` crash. ## 4.4.1 - Patch fix for handler crashing in windows environment. +- Added bogon check locally. ## 4.4.0 diff --git a/ipinfo/version.py b/ipinfo/version.py index 40d331b..06c5231 100644 --- a/ipinfo/version.py +++ b/ipinfo/version.py @@ -1 +1 @@ -SDK_VERSION = "4.4.1" +SDK_VERSION = "4.4.2"