Skip to content

Commit 206f5ac

Browse files
authored
Updated version to 1.8.2 (#939)
1 parent db1593d commit 206f5ac

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

tenable/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = '1.8.1'
1+
version = '1.8.2'
22
version_info = tuple(int(d) for d in version.split('-')[0].split('.'))

0 commit comments

Comments
 (0)