We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f204e commit 3570969Copy full SHA for 3570969
CHANGELOG.md
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [1.8.4]
9
+
10
+### Added
11
12
+- T1 search vectors endpoint #948
13
+- T1 Findings API #949
14
15
+[1.8.4]: https://github.com/tenable/pyTenable/compare/1.8.3...1.8.4
16
17
## [1.8.3]
18
19
### Added
tenable/version.py
@@ -1,2 +1,2 @@
1
-version = '1.8.3'
+version = '1.8.4'
2
version_info = tuple(int(d) for d in version.split('-')[0].split('.'))
0 commit comments