This repository has been archived by the owner on Jan 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gustavo Bazan
committed
Sep 27, 2015
1 parent
504c6cd
commit 41ce581
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
### master | ||
### 0.1.0 2015-09-26 | ||
* Remove oauth logic (use omniauth-slack instead) | ||
* Improve error handling and fix some bugs with them | ||
* Make all api request thru a post method instead of a get | ||
* Add pins and reactions endpoints | ||
* Complete README | ||
* Add this file | ||
|
||
### 0.0.6 | ||
### 0.0.6 2015-03-16 | ||
* initial functional release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
|
||
module Slack | ||
# The current version of the wrapper. | ||
VERSION = '0.0.6'.freeze | ||
VERSION = '0.1.0'.freeze | ||
end |