Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update CHANGELOG for v2.1.0 #347

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 2.1.0

- Add support for sign in tokens API operations.
- Add `LegalAcceptedAt` to `User` and the ability to `SkipLegalChecks` when creating or updating a `User`.
- Add `EmailAddressQuery`, `PhoneNumberQuery` and `UsernameQuery` to `user.ListParams`.
- Add `RoleName` field to `OrganizationInvitation` and `OrganizationMembership`.
- Add support for deleting a user's external account via the `user.DeleteExternalAccount` method.
- Add support for listing all organization invitations for a user with the `user.ListOrganizationInvitations` method.
- Add support for listing all organization invitations for an instance with the `organizationinvitation.ListFromInstance` method.
- Add `RequestingUserID` parameter to `organizationinvitation.RevokeParams`.
- Update go-jose dependency to v3.0.3.

## 2.0.9

## 2.0.4
- Add `IgnoreDotsForGmailAddresses` field to `InstanceRestrictions` and `instancesettings.UpdateRestrictionsParams` (#293).

Expand Down
Loading