File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,3 +6,24 @@ All notable changes to this project will be documented in this file.
66
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 ) .
9+
10+ ## [ 0.4a1] - 2023-10-25
11+
12+ ### Added
13+
14+ - Classic API ` create_advanced_computer_search() `
15+ - Classic API ` list_all_advanced_computer_searches() `
16+ - Classic API ` get_advanced_computer_search_by_id() `
17+ - Classic API ` update_advanced_computer_search_by_id() `
18+ - Classic API ` delete_advanced_computer_search_by_id() `
19+ - Classic API ` list_all_categories() `
20+ - Classic API ` get_category_by_id() `
21+ - Classic API ` set_computer_unmanaged_by_id() `
22+ - Classic API ` set_computer_managed_by_id() `
23+
24+ ### PRs Included
25+
26+ - [ #15 ] ( https://github.com/macadmins/jamf-pro-sdk-python/pull/15 )
27+ - [ #20 ] ( https://github.com/macadmins/jamf-pro-sdk-python/pull/20 )
28+ - [ #21 ] ( https://github.com/macadmins/jamf-pro-sdk-python/pull/21 )
29+ - [ #22 ] ( https://github.com/macadmins/jamf-pro-sdk-python/pull/22 )
Original file line number Diff line number Diff line change 11__title__ = "jamf-pro-sdk"
2- __version__ = "0.3a1 "
2+ __version__ = "0.4a1 "
You can’t perform that action at this time.
0 commit comments