Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.5a1 Release #37

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ 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.5a1] - 2024-01-04

### Added

- Classic API `update_category_by_id()`
- Classic API `delete_category_by_id()`
- Classic API `create_category()`

### Changed

- Pydantic V2 Update

### Fixed

- Pagination bug with Pro API paginator.

### PRs Included

- [#26](https://github.com/macadmins/jamf-pro-sdk-python/pull/26)
- [#36](https://github.com/macadmins/jamf-pro-sdk-python/pull/36)

## [0.4a1] - 2023-10-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/jamf_pro_sdk/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__title__ = "jamf-pro-sdk"
__version__ = "0.4a1"
__version__ = "0.5a1"