File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,24 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.8.2]
9+
10+ ### Added
11+
12+ - T1 Inventory Findings API #919
13+ - T1 Export APIs #936
14+
15+ ### Fixed
16+
17+ - Updated Pagination and sorting options based on API changes #931
18+ - Improved OT Graph Error Handling #935
19+ - Scan Schedule Extraneous Time Addition #738
20+
21+ [ 1.8.2 ] : https://github.com/tenable/pyTenable/compare/1.8.1...1.8.2
22+
823## [ 1.8.1]
924
10- ### Changed
25+ ## Fixed
1126
1227- Updated Pagination and sorting options based on API changes #931
1328
Original file line number Diff line number Diff line change 1- version = '1.8.1 '
1+ version = '1.8.2 '
22version_info = tuple (int (d ) for d in version .split ('-' )[0 ].split ('.' ))
You can’t perform that action at this time.
0 commit comments