Skip to content

Commit

Permalink
Merge pull request #750 from tenable/1.4.17-changelog
Browse files Browse the repository at this point in the history
Change log added for 1.4.17
  • Loading branch information
aseemsavio authored Jan 11, 2024
2 parents 4e74249 + 77ccd6f commit 7a2ff8d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.4.17]

### Fixed
- Vulnerability `CVE-2023-38325` by upgrading the test dependency `requests-pkcs12`.

### Added
- Support for `include_open_ports` property in Vulnerability Management asset export request.

[1.4.17]: https://github.com/tenable/pyTenable/compare/1.4.16...1.4.17

## [1.4.16]

### Fixed
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.16'
version = '1.4.17'
version_info = tuple(int(d) for d in version.split("-")[0].split("."))

0 comments on commit 7a2ff8d

Please sign in to comment.