File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and 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
Original file line number Diff line number Diff 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 {
7980You 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
You can’t perform that action at this time.
0 commit comments