Skip to content

Commit

Permalink
[UPDATE] Bump to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Sep 16, 2012
1 parent e6bc397 commit 34ef2ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# [develop](https://github.com/adhearsion/adhearsion)

# [2.1.2](https://github.com/adhearsion/adhearsion/compare/v2.1.1...v2.1.2) - [2012-09-16](https://rubygems.org/gems/adhearsion/versions/2.1.2)
* Bugfix: Celluloid 0.12.x dependency now disallowed due to incompatible API changes.
* Bugfix: Generated Gemfiles no longer pessimistically locked. Matches promise of SemVer compliance.
* Bugfix: Added missing API documentation for `Adhearsion::OutboundCall`.
* Bugfix: Controller spec now includes a useful example.

# [2.1.1](https://github.com/adhearsion/adhearsion/compare/v2.1.0...v2.1.1) - [2012-09-05](https://rubygems.org/gems/adhearsion/versions/2.1.1)
* Bugfix: #dial timeout now does not place an upper limit on the duration of a bridged call

Expand Down
2 changes: 1 addition & 1 deletion lib/adhearsion/version.rb
@@ -1,5 +1,5 @@
# encoding: utf-8

module Adhearsion
VERSION = '2.1.1'
VERSION = '2.1.2'
end

0 comments on commit 34ef2ac

Please sign in to comment.