Skip to content

Commit

Permalink
Merge pull request #751 from tenable/1.4.18-changelog
Browse files Browse the repository at this point in the history
Change log added for 1.4.18
  • Loading branch information
aseemsavio committed Jan 12, 2024
2 parents d8ad04e + 41e7690 commit 285b184
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.18]

### Added
- Support for `file_type` property in `upload` method in Vulnerability Management Credentials API.

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

## [1.4.17]

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

0 comments on commit 285b184

Please sign in to comment.