Skip to content

Commit 9674fac

Browse files
committed
Release notes and version bump to 1.9.1
1 parent cca18e3 commit 9674fac

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
819
## [1.9.0]
920

1021
### Removed

tenable/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = '1.9.0'
1+
version = '1.9.1'
22
version_info = tuple(int(d) for d in version.split('-')[0].split('.'))

0 commit comments

Comments
 (0)