Skip to content

Commit

Permalink
Merge pull request #24 from macadmins/release-0.4a1
Browse files Browse the repository at this point in the history
0.4a1 Release
  • Loading branch information
brysontyrrell authored Oct 25, 2023
2 parents eba02d5 + 214bcbf commit 447f2a2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,24 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4a1] - 2023-10-25

### Added

- Classic API `create_advanced_computer_search()`
- Classic API `list_all_advanced_computer_searches()`
- Classic API `get_advanced_computer_search_by_id()`
- Classic API `update_advanced_computer_search_by_id()`
- Classic API `delete_advanced_computer_search_by_id()`
- Classic API `list_all_categories()`
- Classic API `get_category_by_id()`
- Classic API `set_computer_unmanaged_by_id()`
- Classic API `set_computer_managed_by_id()`

### PRs Included

- [#15](https://github.com/macadmins/jamf-pro-sdk-python/pull/15)
- [#20](https://github.com/macadmins/jamf-pro-sdk-python/pull/20)
- [#21](https://github.com/macadmins/jamf-pro-sdk-python/pull/21)
- [#22](https://github.com/macadmins/jamf-pro-sdk-python/pull/22)
2 changes: 1 addition & 1 deletion src/jamf_pro_sdk/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__title__ = "jamf-pro-sdk"
__version__ = "0.3a1"
__version__ = "0.4a1"

0 comments on commit 447f2a2

Please sign in to comment.