Skip to content

Commit

Permalink
Updated to 1.4.22 (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMcGrath authored Apr 10, 2024
1 parent 505703c commit c57002d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.22]

### Added
- Support for New ACR APIs (#654)
- Added Implicit WAS exclude for Tenable Security Center (#763)
- Support for `currentPassword` field in SC Users API.

[1.4.21]: https://github.com/tenable/pyTenable/compare/1.4.21...1.4.22

## [1.4.21]

### Added
Expand Down Expand Up @@ -94,7 +103,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Support for Scan UUID (`last_scan_id`) filter for assets exports.

[1.4.11]: https://github.com/tenable/pyTenable/compare/1.4.10...1.4.11
[1.4.11]: https://github.com/tenable/pyTenable/compare/1.4.10...1.4.11

## [1.4.10]

Expand All @@ -111,7 +120,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Python 3.6 references from all documentation.
- `search_host_audit()` method from `io/v3/explore/findings`.

[1.4.10]: https://github.com/tenable/pyTenable/compare/1.4.9...1.4.10
[1.4.10]: https://github.com/tenable/pyTenable/compare/1.4.9...1.4.10

## [1.4.9]
### Added
Expand All @@ -132,15 +141,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for Python Version 3.6.


[1.4.9]: https://github.com/tenable/pyTenable/compare/1.4.8...1.4.9
[1.4.9]: https://github.com/tenable/pyTenable/compare/1.4.8...1.4.9

## [1.4.8]
### Added

- Support for Role Based Access Control endpoints.
- Support for specifying Agent UUIDs instead of numeric IDs for bulk group addition.

[1.4.8]: https://github.com/tenable/pyTenable/compare/1.4.7...1.4.8
[1.4.8]: https://github.com/tenable/pyTenable/compare/1.4.7...1.4.8

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

0 comments on commit c57002d

Please sign in to comment.