Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Jun 8, 2016
1 parent 4be960b commit fcb088e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [0.6.0] - 2016-06-08
### Added
- Support for read messages (although it isn't documented yet, Facebook
is known to send these).

### Fixed
- Fix an issue that would crash the bot when Facebook neglects to send the
`X-Hub-Signature` header. This will now fail with a warning and prompt
Facebook to retry.

## [0.5.0] - 2016-05-26
### Added
- Welcome messages.
Expand Down
2 changes: 1 addition & 1 deletion lib/facebook/messenger/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Facebook
module Messenger
VERSION = '0.5.0'.freeze
VERSION = '0.6.0'.freeze
end
end

0 comments on commit fcb088e

Please sign in to comment.