Skip to content

Commit

Permalink
Merge pull request #756 from tenable/1.4.19
Browse files Browse the repository at this point in the history
Changelog added for 1.4.19
  • Loading branch information
aseemsavio authored Feb 9, 2024
2 parents b3609f0 + bc3a562 commit 3926f08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.19]

### Added
- Support for `inactivity_timeout` during a Security Center scan creation.
- Loosened up validations on the preference object in Security Center policies API.

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

## [1.4.18]

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

0 comments on commit 3926f08

Please sign in to comment.