File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ All notable changes to this project will be documented in this file.
7
7
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
8
8
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
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
+
10
27
## [ 0.6a1] - 2024-02-13
11
28
12
29
### Added
@@ -19,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
36
20
37
### PRs Included
21
38
22
- [ #39 ] ( https://github.com/macadmins/jamf-pro-sdk-python/pull/39 )
39
+ - [ #39 ] ( https://github.com/macadmins/jamf-pro-sdk-python/pull/39 )
23
40
24
41
## [ 0.5a2] - 2024-01-09
25
42
Original file line number Diff line number Diff line change 1
1
__title__ = "jamf-pro-sdk"
2
- __version__ = "0.6a1 "
2
+ __version__ = "0.6a2 "
You can’t perform that action at this time.
0 commit comments