We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca18e3 commit 9674facCopy full SHA for 9674fac
2 files changed
CHANGELOG.md
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [1.9.1]
9
+
10
+### Updated
11
12
+- APA Export API Module
13
+- Documentation cleanup #976
14
+- Accepted status addition to APA schema #980
15
+- Ticketing API additions #975
16
17
+[1.9.1]: https://github.com/tenable/pyTenable/compare/1.9.0...1.9.1
18
19
## [1.9.0]
20
21
### Removed
tenable/version.py
@@ -1,2 +1,2 @@
1
-version = '1.9.0'
+version = '1.9.1'
2
version_info = tuple(int(d) for d in version.split('-')[0].split('.'))
0 commit comments