Skip to content

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Jul 5, 2016
1 parent 7d23412 commit 461400d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

## [0.8.0] - 2016-07-05
### Added
- `Incoming::Message` now has a `recipient` method for consistency.
- Thread settings for welcome messages and persistent menu.

### Removed
- Welcome messages (these are now thread settings).

## [0.7.0] - 2016-06-26
### Added
- Welcome messages.
Expand Down
2 changes: 1 addition & 1 deletion lib/facebook/messenger/version.rb
@@ -1,5 +1,5 @@
module Facebook
module Messenger
VERSION = '0.7.0'.freeze
VERSION = '0.8.0'.freeze
end
end

0 comments on commit 461400d

Please sign in to comment.