Skip to content

Commit 3570969

Browse files
authored
Updated version and changelog (#950)
1 parent e6f204e commit 3570969

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.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+
817
## [1.8.3]
918

1019
### Added

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.3'
1+
version = '1.8.4'
22
version_info = tuple(int(d) for d in version.split('-')[0].split('.'))

0 commit comments

Comments
 (0)