Skip to content

Commit

Permalink
Version bump to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qeled committed Jan 8, 2017
1 parent b6a8264 commit fc62ac0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Discordie changelog

## 2017-01-08, Version 0.11.0

#### New:

- GIF support in `IUser.avatarURL`, added `IUser.staticAvatarURL`;
- Added `isGuildVoice`, `isGuildText`, `isDM`, `isGroupDM` getters to channels.

#### Fixed:

- Pending voice connections failing to create while already connecting;


## 2016-12-01, Version 0.10.0

#### New:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discordie",
"version": "0.10.0",
"version": "0.11.0",
"description": "A Node.js module for interfacing with the Discord API.",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit fc62ac0

Please sign in to comment.