Skip to content

Commit

Permalink
Merge branch 'release/2.7.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jun 9, 2015
2 parents 1c6217e + 0a3eb4b commit 67bbb94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# [develop](https://github.com/adhearsion/punchblock)

# [v2.7.0](https://github.com/adhearsion/punchblock/compare/v2.6.0...v2.7.0) - [2015-06-09](https://rubygems.org/gems/punchblock/versions/2.7.0)
* Feature: Support for Asterisk 13 (AMI v2)
* Feature: Pass all possible MRCP recognition headers through Asterisk [#244](https://github.com/adhearsion/punchblock/pull/244)
* Bugfix: Handle an illegal AMI response by Asterisk as a failure with code -1
Expand Down
2 changes: 1 addition & 1 deletion lib/punchblock/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8

module Punchblock
VERSION = "2.6.0"
VERSION = "2.7.0"
end

0 comments on commit 67bbb94

Please sign in to comment.