From 470bf7bbb002d9c566082bfc7a1c19887ee4383e Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Fri, 17 May 2024 16:39:40 +0100 Subject: [PATCH] Changelog for #281 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e8241df..05ccab65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.69.0 (Unreleased) + +- Support for [Attribute Sets](https://learn.microsoft.com/en-us/graph/api/resources/attributeset?view=graph-rest-1.0) and [Custom Security Attribute Definitions](https://learn.microsoft.com/en-us/graph/api/resources/customsecurityattributedefinition?view=graph-rest-1.0) ([#281](https://github.com/manicminer/hamilton/pull/281)) + ## v0.68.0 (May 16, 2024) - Removed `omitempty` from struct tags for `ApplicationEnforcedRestrictions`, `CloudAppSecurity`, `PersistentBrowser`, and `SignInFrequency` fields in the `ConditionalAccessSessionControls` model ([#282](https://github.com/manicminer/hamilton/pull/282))