Skip to content

Commit

Permalink
Merge pull request #597 from tenable/releases/1.4.7
Browse files Browse the repository at this point in the history
pyTenable version - 1.4.7
  • Loading branch information
alpesh-te authored Jun 15, 2022
2 parents cac9f81 + 090e619 commit 4696684
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.4.7]
### Added

- Added support for querying v3 Findings for Hosts, Cloud Resources, Web Applications and Host Audits modules. #592 #595
- Added support for querying v3 Assets data for Hosts, Cloud Resources, and Web Applications modules. #592 #594

### Fixed

- Fixed Tenable.io - Tags example #590
- Fixed Nessus import issue #589

[1.4.7]: https://github.com/tenable/pyTenable/compare/1.4.6...1.4.7

## [1.4.6]
### Added

Expand Down
2 changes: 1 addition & 1 deletion tenable/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = '1.4.6'
version = '1.4.7'
version_info = tuple(int(d) for d in version.split("-")[0].split("."))

0 comments on commit 4696684

Please sign in to comment.