Skip to content

Commit

Permalink
Changelog for #160
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer authored Sep 29, 2022
1 parent cddebf5 commit b9d6998
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.48.0 (Unreleased)

⚠️ BREAKING CHANGES:

- `Group.GroupTypes` has changed from a `[]GroupType` to a `*[]GroupType` ([#160](https:/manicminer/hamilton/pull/160))
- `Group.ResourceBehaviorOptions` has changed from a `[]GroupResourceBehaviorOption` to a `*[]GroupResourceBehaviorOption` ([#160](https:/manicminer/hamilton/pull/160))
- `Group.ResourceProvisioningOptions` has changed from a `[]GroupResourceProvisioningOption` to a `*[]GroupResourceProvisioningOption` ([#160](https:/manicminer/hamilton/pull/160))

## 0.47.1 (August 30, 2022)

- Bugfix: Add missing configuration checks for OIDC methods in the `auth.Config.NewAuthorizer()` method ([#173](https:/manicminer/hamilton/pull/173))
Expand Down

0 comments on commit b9d6998

Please sign in to comment.