Skip to content

Commit 5b18cdb

Browse files
Merge pull request #40 from macadmins/0.6a1-Release
0.6a1 Release
2 parents 7b6f011 + b77a2b3 commit 5b18cdb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ All notable changes to this project will be documented in this file.
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).
99

10+
## [0.6a1] - 2024-02-13
11+
12+
### Added
13+
14+
- Pro API `get_mobile_device_inventory_v2()`
15+
16+
### Changed
17+
18+
- Added `end_page` argument to `get_mdm_commands_v2()`
19+
20+
### PRs Included
21+
22+
[#39](https://github.com/macadmins/jamf-pro-sdk-python/pull/39)
23+
1024
## [0.5a2] - 2024-01-09
1125

1226
### Fixed

src/jamf_pro_sdk/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__title__ = "jamf-pro-sdk"
2-
__version__ = "0.5a2"
2+
__version__ = "0.6a1"

0 commit comments

Comments
 (0)