From b77a2b3a40c1274b610ff70506e167fdff60acb0 Mon Sep 17 00:00:00 2001 From: Bryson Tyrrell Date: Tue, 13 Feb 2024 21:48:46 -0600 Subject: [PATCH] Bump version and update changelog. --- CHANGELOG.md | 14 ++++++++++++++ src/jamf_pro_sdk/__about__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e7ac8..5af582e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/jamf_pro_sdk/__about__.py b/src/jamf_pro_sdk/__about__.py index 6a174b1..42bf575 100644 --- a/src/jamf_pro_sdk/__about__.py +++ b/src/jamf_pro_sdk/__about__.py @@ -1,2 +1,2 @@ __title__ = "jamf-pro-sdk" -__version__ = "0.5a2" +__version__ = "0.6a1"