We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddf2fc commit fb33505Copy full SHA for fb33505
CHANGELOG.md
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+
8
+## [1.4.15]
9
10
+### Added
11
+- New Tenable OT Security Exports package #742
12
13
+[1.4.15]: https://github.com/tenable/pyTenable/compare/1.4.14...1.4.15
14
15
## [1.4.14]
16
17
### Added
tenable/version.py
@@ -1,2 +1,2 @@
1
-version = '1.4.14'
+version = '1.4.15'
2
version_info = tuple(int(d) for d in version.split("-")[0].split("."))
0 commit comments