Skip to content

Commit c20d82e

Browse files
author
Tim Mendoza
committed
Bump version and add changelog entry
1 parent 8e789c0 commit c20d82e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.8.0
4+
5+
### New Features
6+
7+
- Added support for Twilio Conversations. When an application requests a token from the `/token` endpoint, a `create_conversation=true` parameter can now be specified. When this parameter is present, the `/token` endpoint will create a conversation that is associated with the room and add the participant to it. This allows video application to use Twilio Conversations for in-room chat.
8+
9+
### Maintenence
10+
11+
- Upgraded @twilio/cli-core from 5.15.1 to 5.17.0
12+
- Upgraded lodash from 4.17.20 to 4.17.21
13+
314
## 0.7.1
415

516
### Maintenence

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-labs/plugin-rtc",
3-
"version": "0.7.2",
3+
"version": "0.8.0",
44
"description": "A Twilio-CLI plugin for real-time communication apps",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)