Skip to content

Commit

Permalink
[UPDATE] Bump to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Feb 3, 2014
1 parent 2e8bd46 commit 829180e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,6 @@
# [develop](https://github.com/adhearsion/adhearsion)
* Feature: Add `end_code` attribute to `Call`, which specifies the platform code for the call end event.

# [2.5.0](https://github.com/adhearsion/adhearsion/compare/v2.4.0...v2.5.0) - [2014-02-03](https://rubygems.org/gems/adhearsion/versions/2.5.0)
* **Change: Ruby 1.9.2 is no longer supported**
* Change: Set default call post-hangup lifetime to one second for better out of the box performance.
* Feature: Allow stopping all components executed by a controller when passing from it (`#hard_pass`) or at will (`#stop_all_components`)
Expand All @@ -14,6 +15,7 @@
* Feature: Allow passing `:join_target` parameter to `#dial` to specify who to join to (eg a mixer).
* Feature: Generated apps now encourage storing most app code in `app/`, which is in the load path. Nothing in this directory is auto-loaded, but can be easily required without messy relative paths.
* Feature: Routes and event handlers are now split out of main config file for readability. They may be retained in the main config file for existing apps.
* Feature: Add `Call#end_code`, which specifies the platform code for the call end event.
* Feature: Allow XMPP messages to be sent via Punchblock
* Bugfix: Don't block shutdown waiting for the console to terminate
* Bugfix: Ensure that splitting a dial rejoined to an alternative target (eg a mixer) or merged with another dial can still be split properly.
Expand Down
2 changes: 1 addition & 1 deletion lib/adhearsion/version.rb
@@ -1,5 +1,5 @@
# encoding: utf-8

module Adhearsion
VERSION = '2.4.0'
VERSION = '2.5.0'
end

0 comments on commit 829180e

Please sign in to comment.