Skip to content

Commit

Permalink
Changelog for #133
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer authored Jan 17, 2022
1 parent 96ff8d2 commit eb47021
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## 0.40.0 (Unreleased)

- Support v1.0 API for [Entitlement Management](https://docs.microsoft.com/en-us/graph/api/resources/entitlementmanagement-overview?view=graph-rest-1.0) ([#133](https:/manicminer/hamilton/pull/133))
- `AccessPackageQuestion` model - add the `Choices` and `IsSingleLineQuestion` fields
- `AccessPackageCatalog` model - add the `State` field
- `AssignmentReviewSettings` model - add the `IsAccessRecommendationEnabled`, `IsApprovalJustificationRequired` and `AccessReviewTimeoutBehavior` fields
- `UserSet` model - add the `ManagerLevel` field
- New model: `AccessPackageMultipleChoiceQuestions`

⚠️ BREAKING CHANGES:

- `AccessPackage` model - the `CatalogId` field is replaced by the `Catalog` field
- `AssignmentReviewSettings` model - the `RecurrenceType` field now has a custom type
- `AssignmentReviewSettings` model - the `ReviewerType` field now has a custom type

## 0.39.0 (January 7, 2022)

- Support for [Federated Identity Credentials](https://docs.microsoft.com/en-us/graph/api/resources/federatedidentitycredential?view=graph-rest-beta) (beta-only) ([#134](https:/manicminer/hamilton/pull/134))
Expand Down

0 comments on commit eb47021

Please sign in to comment.