Skip to content

Commit c03929c

Browse files
authored
Merge pull request #51 from macadmins/0.6a2-Release
0.6a2 Release
2 parents 089663e + ebd4d4a commit c03929c

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ 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.6a2] - 2024-07-24
11+
12+
### Changed
13+
14+
- Fixed missing criteria options for Classic API advanced searches and groups.
15+
- Fixed sections not being passed when calling `get_mobile_device_inventory_v2()`.
16+
- Fix malformed XML when generating computer group data from a model.
17+
- Removed `black` from dev tools.
18+
19+
### PRs Included
20+
21+
- [#42](https://github.com/macadmins/jamf-pro-sdk-python/pull/42)
22+
- [#45](https://github.com/macadmins/jamf-pro-sdk-python/pull/45)
23+
- [#48](https://github.com/macadmins/jamf-pro-sdk-python/pull/48)
24+
- [#49](https://github.com/macadmins/jamf-pro-sdk-python/pull/49)
25+
- [#50](https://github.com/macadmins/jamf-pro-sdk-python/pull/50)
26+
1027
## [0.6a1] - 2024-02-13
1128

1229
### Added
@@ -19,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1936

2037
### PRs Included
2138

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

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

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.6a1"
2+
__version__ = "0.6a2"

0 commit comments

Comments
 (0)