Skip to content

Commit fb33505

Browse files
authored
Updated version and changelog (#743)
1 parent 1ddf2fc commit fb33505

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
715
## [1.4.14]
816

917
### Added

tenable/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = '1.4.14'
1+
version = '1.4.15'
22
version_info = tuple(int(d) for d in version.split("-")[0].split("."))

0 commit comments

Comments
 (0)