From e1c2d5f2660cedd25a0be99f4e297e708ee93939 Mon Sep 17 00:00:00 2001 From: Uman Shahzad Date: Wed, 31 Jan 2024 09:11:18 +0500 Subject: [PATCH] upgrade to 5.0.1 --- CHANGELOG.md | 6 ++++++ ipinfo/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe3397..bd66fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # IPInfo Changelog +## 5.0.1 + +- Fixed a bug where in the sync handler's batch functions and in the async + handler's batch iterator function, the same IP was getting added twice to the + lookup list if it wasn't in the cache. + ## 5.0.0 - BREAKING: No longer requiring a JSON file for changing the diff --git a/ipinfo/version.py b/ipinfo/version.py index d8de304..e0217d7 100644 --- a/ipinfo/version.py +++ b/ipinfo/version.py @@ -1 +1 @@ -SDK_VERSION = "5.0.0" +SDK_VERSION = "5.0.1"