Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMcGrath committed Nov 22, 2024
1 parent a290aaa commit b7b7b99
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
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.6.0]

### Added

- Tenable.sc plugin listing now supports the `filters` parameter #718
- Tenable.sc report definition launching capability #656
- Tenable.io (TVM) WAS Export support #850
- Tenable.sc HostUUID support for accept & recast risks #843

[1.6.0]: https://github.com/tenable/pyTenable/compare/1.5.3...1.6.0

## [1.5.3]

### Changed

- Moved cryptography to be an optional package only for the pkcs12 extra

[1.5.3]: https://github.com/tenable/pyTenable/compare/1.5.2...1.5.3

## [1.5.2]

### Changed
Expand Down
4 changes: 2 additions & 2 deletions tenable/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = '1.5.3'
version_info = tuple(int(d) for d in version.split("-")[0].split("."))
version = '1.6.0'
version_info = tuple(int(d) for d in version.split('-')[0].split('.'))

0 comments on commit b7b7b99

Please sign in to comment.