Skip to content

Commit

Permalink
docs: Update README & CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Jul 2, 2024
1 parent 6dc0124 commit eb90ac7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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`

Expand Down

0 comments on commit eb90ac7

Please sign in to comment.