From 027e7fefce82dd2918a6739db270c0505e36c250 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Wed, 26 Jan 2022 12:21:24 +0000 Subject: [PATCH] Changelog for #142 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae0793c..22d6719c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 0.40.0 (Unreleased) +- Add a new authorizer `GitHubOIDCAuthorizer` which supports [OIDC token exchange](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect) for authenticating to Azure Active Directory ([#142](https://github.com/manicminer/hamilton/pull/142)) - 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://github.com/manicminer/hamilton/pull/133)) - `AccessPackageQuestion` model - add the `Choices` and `IsSingleLineQuestion` fields - `AccessPackageCatalog` model - add the `State` field