Skip to content

Commit 88f326c

Browse files
Merge pull request #37 from macadmins/0.5a1-Release
0.5a1 Release
2 parents 6d61b17 + 85d3181 commit 88f326c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ 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.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

src/jamf_pro_sdk/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__title__ = "jamf-pro-sdk"
2-
__version__ = "0.4a1"
2+
__version__ = "0.5a1"

0 commit comments

Comments
 (0)