File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,43 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 1- version = '1.7.3 '
1+ version = '1.7.4 '
22version_info = tuple (int (d ) for d in version .split ('-' )[0 ].split ('.' ))
You can’t perform that action at this time.
0 commit comments