File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ All notable changes to this project will be documented in this file.
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
88and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ 0.6a2] - 2024-07-24
11+
12+ ### Changed
13+
14+ - Fixed missing criteria options for Classic API advanced searches and groups.
15+ - Fixed sections not being passed when calling ` get_mobile_device_inventory_v2() ` .
16+ - Fix malformed XML when generating computer group data from a model.
17+ - Removed ` black ` from dev tools.
18+
19+ ### PRs Included
20+
21+ - [ #42 ] ( https://github.com/macadmins/jamf-pro-sdk-python/pull/42 )
22+ - [ #45 ] ( https://github.com/macadmins/jamf-pro-sdk-python/pull/45 )
23+ - [ #48 ] ( https://github.com/macadmins/jamf-pro-sdk-python/pull/48 )
24+ - [ #49 ] ( https://github.com/macadmins/jamf-pro-sdk-python/pull/49 )
25+ - [ #50 ] ( https://github.com/macadmins/jamf-pro-sdk-python/pull/50 )
26+
1027## [ 0.6a1] - 2024-02-13
1128
1229### Added
@@ -19,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1936
2037### PRs Included
2138
22- [ #39 ] ( https://github.com/macadmins/jamf-pro-sdk-python/pull/39 )
39+ - [ #39 ] ( https://github.com/macadmins/jamf-pro-sdk-python/pull/39 )
2340
2441## [ 0.5a2] - 2024-01-09
2542
Original file line number Diff line number Diff line change 11__title__ = "jamf-pro-sdk"
2- __version__ = "0.6a1 "
2+ __version__ = "0.6a2 "
You can’t perform that action at this time.
0 commit comments