From 65a0526c0a44e1957dfbcd09e08bd6d21ca9155e Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Thu, 25 Nov 2021 12:29:06 +0000 Subject: [PATCH] Changelog for #125 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74b14f7c..e1eab62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## 0.36.0 (Unreleased) - Support for [administrative units](https://docs.microsoft.com/en-us/graph/api/resources/administrativeunit?view=graph-rest-beta) ([#124](https://github.com/manicminer/hamilton/pull/124)) +- Conditional Access Policies: support for `devices` and `deviceStates` in policy `conditions` ([#125](https://github.com/manicminer/hamilton/pull/125)) +- Conditional Access Policies: add type aliases and constants for enum values ([#125](https://github.com/manicminer/hamilton/pull/125)) ## 0.35.0 (November 16, 2021)