Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

Commit

Permalink
Update changelog for v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Nov 16, 2015
1 parent 3bb81c8 commit e0d4615
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.2.2] - 2015-11-16
### Added
- Open DMs with an existing user object with `ApiClient::getDMByUser()`.
- Get a user by username with `ApiClient::getUserByName()`.

## [0.2.1] - 2015-08-21
### Added
- Open DMs by a user ID with `ApiClient::getDMbyUserId()`.
Expand Down Expand Up @@ -44,7 +49,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Working client for Slack's Real-Time Messaging API with support for all server events.
- Ability to send messages to any open channel, group or DM, either with the web API or with the RTM API.

[unreleased]: https://github.com/coderstephen/slack-client/compare/v0.2.1...HEAD

[unreleased]: https://github.com/coderstephen/slack-client/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/coderstephen/slack-client/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/coderstephen/slack-client/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/coderstephen/slack-client/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/coderstephen/slack-client/compare/v0.1.0...v0.1.1

0 comments on commit e0d4615

Please sign in to comment.