diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d4efb37..20170a11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,9 @@ # [develop](https://github.com/adhearsion/punchblock) + +# [v2.5.0](https://github.com/adhearsion/punchblock/compare/v2.4.2...v2.5.0) - [2014-03-05](https://rubygems.org/gems/punchblock/versions/2.5.0) * Feature: Support language, sensitivity and minimum confidence on UniMRCP-based ASR on Asterisk * Feature: Support sending messages to calls (eg SIP MESSAGE) on Asterisk -# [v2.4.1](https://github.com/adhearsion/punchblock/compare/v2.4.0...v2.4.1) - [2014-03-04](https://rubygems.org/gems/punchblock/versions/2.4.1) - * Bugfix: Rayo events should not include their timestamp in comparison. This is not useful in applications, and makes testing more difficult. - # [v2.4.2](https://github.com/adhearsion/punchblock/compare/v2.4.0...v2.4.2) - [2014-03-04](https://rubygems.org/gems/punchblock/versions/2.4.2) * Bugfix: Rayo events should not include their timestamp in comparison. This is not useful in applications, and makes testing more difficult. diff --git a/lib/punchblock/version.rb b/lib/punchblock/version.rb index 31882ddd..32bddaf0 100644 --- a/lib/punchblock/version.rb +++ b/lib/punchblock/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Punchblock - VERSION = "2.4.2" + VERSION = "2.5.0" end