diff --git a/CHANGES.md b/CHANGES.md index 0f67bc5904..fb7e10fb3c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,14 @@ - Grouped auth related attributes in project collection. Introduced new attribute `auths` and removed all attributes related to auth methods and `usersAuthLimit` as well, all these are grouped under `auths` attribute - Grouped oAuth related attributes in project collection. Introduced new attribute `providers` and removed all attributes related to OAuth2 providers. All OAuth2 attributes are grouped under `providers` - Project model changed, `userAuth` => `auth` example `userAuthEmailPassword` => `authEmailPassword`, also `userOauth2...` => `provider...` example `userOauth2GithubAppid` => `providerGithubAppid` + +# Version 0.12.0 + +## Breaking Changes (Read before upgrading!) + +- Multiple HealthAPI response models were changed to new (better) schema +- Method `health.getAntiVirus()` hsa been renamed to `health.getAntivirus()` + # Version 0.11.0 ## Features