Skip to content

Commit

Permalink
Merge branch 'release/1.5.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Oct 11, 2012
2 parents cb02e29 + 8306fa9 commit 7f992a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# [develop](https://github.com/adhearsion/punchblock)

# [v1.5.1](https://github.com/adhearsion/punchblock/compare/v1.5.0...v1.5.1) - [2012-10-11](https://rubygems.org/gems/punchblock/versions/1.5.1)
* Update: Bump Celluloid dependency
* Bugfix: Input grammars referenced by URL now no longer specify a content type
* Bugfix: FreeSWITCH `Dial#from` values now parsed more flexibly

# [v1.5.0](https://github.com/adhearsion/punchblock/compare/v1.4.1...v1.5.0) - [2012-10-01](https://rubygems.org/gems/punchblock/versions/1.5.0)
* Feature: Input component now supports grammar URLs
* Bugfix: Hanging up Asterisk calls now correctly specifies normal clearing cause
Expand Down
2 changes: 1 addition & 1 deletion lib/punchblock/version.rb
@@ -1,5 +1,5 @@
# encoding: utf-8

module Punchblock
VERSION = "1.5.0"
VERSION = "1.5.1"
end

0 comments on commit 7f992a8

Please sign in to comment.