From 2ed35852edd7a40493790fdc3626c70919ff3af3 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Tue, 24 Sep 2024 23:14:50 +0100 Subject: [PATCH] v0.72.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9401cc9f..b8017ca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.72.0 (September 24, 2024) + +- Add the `GetTransitiveMembers()` method to `GroupsClient` ([#289](https://github.com/manicminer/hamilton/pull/289)) + ## v0.71.0 (June 19, 2024) - Bug fix: Remove the `ConsistencyFailureFunc` when calling the `Instantiate()` method of the `ApplicationTemplatesClient` ([#285](https://github.com/manicminer/hamilton/pull/285))