Skip to content

Commit d5a95cf

Browse files
committed
Updated changelog for 1.7.4
1 parent ed6d303 commit d5a95cf

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,43 @@ 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.7.4]
9+
10+
### Fixed
11+
12+
- Updated Export sub-pkg based on API changes from EA->GA #889
13+
- Updated Export sub-pkg to support backwats compat with 1.4.x #890
14+
- Fixed ASM API changes within the iterator #891
15+
- Added missing metadat field for default reponse in ASM #894
16+
17+
### Changed
18+
19+
- Updated the readthedocs config to use UV #892
20+
21+
[1.7.4]: https://github.com/tenable/pyTenable/compare/1.7.3...1.7.4
22+
23+
## [1.7.3]
24+
25+
- Sync model changes/improvements
26+
27+
[1.7.3]: https://github.com/tenable/pyTenable/compare/1.7.2...1.7.3
28+
29+
## [1.7.2]
30+
31+
### Changed
32+
33+
- Sync model changes/improvements
34+
35+
[1.7.2]: https://github.com/tenable/pyTenable/compare/1.7.1...1.7.2
36+
37+
## [1.7.1]
38+
39+
### Changed
40+
41+
- Sync Model changes/improvements
42+
43+
[1.7.1]: https://github.com/tenable/pyTenable/compare/1.7.0...1.7.1
44+
845
## [1.7.0]
946

1047
### Added

tenable/version.py

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

0 commit comments

Comments
 (0)