Skip to content

Commit

Permalink
Merge pull request #758 from tenable/changelog-1.4.20
Browse files Browse the repository at this point in the history
Change log added for 1.4.20
  • Loading branch information
aseemsavio authored Feb 14, 2024
2 parents 3a7d379 + 5b5c732 commit f48a254
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.20]

### Fixed
- Bug that causes pyTenable to error out when `srcInterface` or `dstInterface` values in `events` object in OT is non-null.

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

## [1.4.19]

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

0 comments on commit f48a254

Please sign in to comment.