Skip to content

Commit 447f2a2

Browse files
Merge pull request #24 from macadmins/release-0.4a1
0.4a1 Release
2 parents eba02d5 + 214bcbf commit 447f2a2

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,24 @@ All notable changes to this project will be documented in this file.
66

77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and 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)

src/jamf_pro_sdk/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__title__ = "jamf-pro-sdk"
2-
__version__ = "0.3a1"
2+
__version__ = "0.4a1"

0 commit comments

Comments
 (0)