Skip to content

Commit 6099329

Browse files
committed
bump version to 2.9.0
1 parent 11da723 commit 6099329

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### 2.9.0
44
- [NEW] Add support for querying real-time IP feeds (`iphotlist` and `iprisk`).
5+
- [FIX] Type hint used for `top` parameter in Feeds API from str to int.
56

67
### 2.8.1
78
- [FIX] Update python wrapper with a patch that allows the wrapper to proceed with Iris Enrich call even if `account_information` returns a 503 error only (rate limit error).

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.1
1+
2.9.0

domaintools/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
2121
"""
2222

23-
current = "2.8.1"
23+
current = "2.9.0"

0 commit comments

Comments
 (0)