File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,27 @@ All notable changes to this project will be documented in this file.
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
88and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ 0.5a1] - 2024-01-04
11+
12+ ### Added
13+
14+ - Classic API ` update_category_by_id() `
15+ - Classic API ` delete_category_by_id() `
16+ - Classic API ` create_category() `
17+
18+ ### Changed
19+
20+ - Pydantic V2 Update
21+
22+ ### Fixed
23+
24+ - Pagination bug with Pro API paginator.
25+
26+ ### PRs Included
27+
28+ - [ #26 ] ( https://github.com/macadmins/jamf-pro-sdk-python/pull/26 )
29+ - [ #36 ] ( https://github.com/macadmins/jamf-pro-sdk-python/pull/36 )
30+
1031## [ 0.4a1] - 2023-10-25
1132
1233### Added
Original file line number Diff line number Diff line change 11__title__ = "jamf-pro-sdk"
2- __version__ = "0.4a1 "
2+ __version__ = "0.5a1 "
You can’t perform that action at this time.
0 commit comments