Skip to content

Commit

Permalink
Merge pull request #698 from tenable/changelog-for-1.4.13
Browse files Browse the repository at this point in the history
Change log for 1.4.13
  • Loading branch information
aseemsavio committed Apr 28, 2023
2 parents 657d814 + 7c444c2 commit a7ca80f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.13]

### Added
- Support for exporting Web App Scan Results.

[1.4.13]: https://github.com/tenable/pyTenable/compare/1.4.12...1.4.13

## [1.4.12]

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

0 comments on commit a7ca80f

Please sign in to comment.