We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406abf0 commit 9b1fe51Copy full SHA for 9b1fe51
CHANGELOG.md
@@ -1,6 +1,10 @@
1
CHANGELOG
2
=========
3
4
+1.21.0
5
+------
6
+* New API methods ``api.search_facets()`` and ``api.search_filters()`` to get a list of available facets and filters.
7
+
8
1.20.0
9
------
10
* New option "-S" for **shodan domain** to save results from the lookup
setup.py
@@ -7,7 +7,7 @@
setup(
name='shodan',
- version='1.20.0',
+ version='1.21.0',
11
description='Python library and command-line utility for Shodan (https://developer.shodan.io)',
12
long_description=README,
13
long_description_content_type='text/x-rst',
0 commit comments