Skip to content

Commit

Permalink
Update CHANGELOG.md to include #91
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Jun 6, 2019
1 parent c3aa174 commit d39844f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 0.4.0 (Unreleased)

NOTES:

* Applies with this release could potentially take longer as the provider will now attempt to wait for replication when objets are created.

FEATURES:

Expand All @@ -13,8 +16,10 @@ IMPROVEMENTS:
* `azuread_application` - support for the `group_membership_claims` property [GH-78]
* `azuread_application` - now exports the `oauth2_permissions` property [GH-79]
* `azuread_application` - support for the `type` property enabling the creation of `native` applications [GH-74]
* `azuread_application` - will now wait for replication by waiting for a successful get [GH-86]
* `azuread_service_principal` - will now wait for replication by waiting for a successful get [GH-86]
* `azuread_application` - will now wait for replication by waiting for 10 successful reads after creation [GH-93]
* `azuread_group` - will now wait for replication by waiting for 10 successful reads after creation [GH-91]
* `azuread_service_principal` - will now wait for replication by waiting for 10 successful reads after creation [GH-93]
* `azuread_user` - will now wait for replication by waiting for 10 successful reads after creation [GH-91]
* `azuread_user` - increase the maximum allowed lengh of `password` to 256 [GH-81]

## 0.3.1 (April 18, 2019)
Expand Down

0 comments on commit d39844f

Please sign in to comment.