Skip to content

Commit

Permalink
Bump version to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Nov 23, 2016
1 parent 4fc35e0 commit e9f403f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## UNRELEASED
### Fixed
- Webhooks that don't have messaging will now be ignored rather than crash.
- Refactored use of `dig` for compatibility with Ruby < 2.3.

## [0.11.0] - 2016-11-19
### Added
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.11.0'.freeze
VERSION = '0.11.1'.freeze
end
end

0 comments on commit e9f403f

Please sign in to comment.