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

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Bazan committed Sep 27, 2015
1 parent 504c6cd commit 41ce581
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
@@ -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
2 changes: 1 addition & 1 deletion lib/slack/version.rb
Expand Up @@ -3,5 +3,5 @@

module Slack
# The current version of the wrapper.
VERSION = '0.0.6'.freeze
VERSION = '0.1.0'.freeze
end

0 comments on commit 41ce581

Please sign in to comment.