Skip to content

Commit

Permalink
Merge pull request #40 from macadmins/0.6a1-Release
Browse files Browse the repository at this point in the history
0.6a1 Release
  • Loading branch information
brysontyrrell committed Feb 16, 2024
2 parents 7b6f011 + b77a2b3 commit 5b18cdb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ 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.6a1] - 2024-02-13

### Added

- Pro API `get_mobile_device_inventory_v2()`

### Changed

- Added `end_page` argument to `get_mdm_commands_v2()`

### PRs Included

[#39](https://github.com/macadmins/jamf-pro-sdk-python/pull/39)

## [0.5a2] - 2024-01-09

### Fixed
Expand Down
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.5a2"
__version__ = "0.6a1"

0 comments on commit 5b18cdb

Please sign in to comment.