Skip to content

Commit eb90ac7

Browse files
committed
docs: Update README & CHANGELOG
1 parent 6dc0124 commit eb90ac7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [0.2.0] - 2024-07-??
7+
## [0.2.0] - 2024-07-02
88

99
### Added
1010
- Sandbox support in Messages

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ You'll need to have [created a Vonage account](https://dashboard.nexmo.com/sign-
2020
## Supported APIs
2121
- [Messages](https://developer.vonage.com/en/messages/overview)
2222
- [Verify](https://developer.vonage.com/en/verify/overview)
23+
- [Voice](https://developer.vonage.com/en/voice/voice-api/overview)
2324

2425
## Other SDKs
2526

@@ -79,6 +80,7 @@ val vonage = Vonage {
7980
You can also use environment variables for convenience, by setting the following:
8081
- `VONAGE_API_KEY`
8182
- `VONAGE_API_SECRET`
83+
- `VONAGE_SIGNATURE_SECRET`
8284
- `VONAGE_APPLICATION_ID`
8385
- `VONAGE_PRIVATE_KEY_PATH`
8486

0 commit comments

Comments
 (0)