diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a7cf8b..136d27e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [0.2.0] - 2024-07-?? +## [0.2.0] - 2024-07-02 ### Added - Sandbox support in Messages diff --git a/README.md b/README.md index 0ba831d..f1ef844 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ You'll need to have [created a Vonage account](https://dashboard.nexmo.com/sign- ## Supported APIs - [Messages](https://developer.vonage.com/en/messages/overview) - [Verify](https://developer.vonage.com/en/verify/overview) +- [Voice](https://developer.vonage.com/en/voice/voice-api/overview) ## Other SDKs @@ -79,6 +80,7 @@ val vonage = Vonage { You can also use environment variables for convenience, by setting the following: - `VONAGE_API_KEY` - `VONAGE_API_SECRET` +- `VONAGE_SIGNATURE_SECRET` - `VONAGE_APPLICATION_ID` - `VONAGE_PRIVATE_KEY_PATH`