Skip to content

Commit 26b17d4

Browse files
committed
Updated readme and versioning guide.
1 parent 3f6b252 commit 26b17d4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,12 @@ For the 2FA quick start guide please check [these examples](two-factor-authentic
194194
#### Calls
195195
For the Calls quick start guide please check [these examples](calls.md)
196196

197+
#### Email
198+
For Email quick start guide, view [these examples](email.md).
199+
200+
#### Moments
201+
For Moments quick start guide, view [these examples](moments.md).
202+
197203
## Versioning
198204

199205
This project follows a pragmatic Semantic Versioning approach.

VERSIONING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ MINOR versions introduce:
4141

4242
* New endpoints, webhooks, or new request/response fields.
4343
* Support for new message types, enums, or capabilities.
44-
* Fixing wrong field types (e.g., `string``int32`).
44+
* Fixing wrong field types (e.g., `string``int`).
4545
* Removing fields or models when upstream endpoints no longer support them.
4646
* Unifying models (e.g., platform enums, validity windows, message statuses).
4747
* Replacing request/response classes due to upstream schema changes.

0 commit comments

Comments
 (0)