-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CHANGELOG: Create, add a description of all the versions
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# 0.4.1 | ||
|
||
📜 Added this file, a changelog for the versions. | ||
|
||
# 0.4.0 | ||
|
||
🚀 Support for create/read/update/delete of ImprovMX SMTP credentials. | ||
|
||
# 0.3.0 | ||
|
||
🐛 Fix email forward imports, previously we weren't setting all the fields. | ||
🐛 Return API 404s to the user, don't infinitely loop waiting for success. | ||
|
||
# 0.2.1 | ||
|
||
📜 Docs updates. | ||
|
||
# 0.2.0 | ||
|
||
🐛 Fix a panic when creating email forwards. A vital component! | ||
|
||
# 0.1.2 | ||
|
||
📜 Terraform Registry docs updates: all possible params, etc. | ||
|
||
# 0.1.1 | ||
|
||
📜 Add docs to be displayed on the Terraform Registry with some example Terraform configuration. | ||
|
||
# 0.1.0 | ||
|
||
🚀 Create/Read/Update/Delete/Import ImprovMX domains. | ||
🚀 Create/Read/Update/Delete/Import ImprovMX email forwards. |