Skip to content

Commit

Permalink
Changelog for #260
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer authored Oct 18, 2023
1 parent 38fa0e8 commit 433aedb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

- Add the `UpdateAllowedCombinations()` method to `AuthenticationStrengthPoliciesClient` ([#257](https://github.com/manicminer/hamilton/pull/257))
- Support for the `AppMetadata` field in the `ServicePrincipal` model ([#259](https://github.com/manicminer/hamilton/pull/259))
- Add the `SetFallbackPublicClient()` method to `ApplicationsClient` ([#260](https://github.com/manicminer/hamilton/pull/260))

⚠️ BREAKING CHANGES:

- `InformationalUrl.LogoUrl` has changed from a `*string` to a `*StringNullWhenEmpty` ([#260](https://github.com/manicminer/hamilton/pull/260))
- `InformationalUrl.MarketingUrl` has changed from a `*string` to a `*StringNullWhenEmpty` ([#260](https://github.com/manicminer/hamilton/pull/260))
- `InformationalUrl.PrivacyStatementUrl` has changed from a `*string` to a `*StringNullWhenEmpty` ([#260](https://github.com/manicminer/hamilton/pull/260))
- `InformationalUrl.SupportUrl` has changed from a `*string` to a `*StringNullWhenEmpty` ([#260](https://github.com/manicminer/hamilton/pull/260))
- `InformationalUrl.TermsOfServiceUrl` has changed from a `*string` to a `*StringNullWhenEmpty` ([#260](https://github.com/manicminer/hamilton/pull/260))

## 0.63.0 (July 27, 2023)

Expand Down

0 comments on commit 433aedb

Please sign in to comment.