Skip to content

Commit

Permalink
Bump to 2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Aug 27, 2015
1 parent 9b08947 commit c51d7e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,6 @@
# [develop](https://github.com/adhearsion/punchblock)

# [v2.7.5](https://github.com/adhearsion/punchblock/compare/v2.7.4...v2.7.5) - [2015-08-27](https://rubygems.org/gems/punchblock/versions/2.7.5)
* Bugfix: Alternative fix for "Avoid race conditions in processing calls with interactions between them". The original fix in 2.7.4 introduced crashes relating to creating call actors at high call volume.

# [v2.7.4](https://github.com/adhearsion/punchblock/compare/v2.7.3...v2.7.4) - [2015-08-19](https://rubygems.org/gems/punchblock/versions/2.7.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/punchblock/version.rb
@@ -1,5 +1,5 @@
# encoding: utf-8

module Punchblock
VERSION = "2.7.4"
VERSION = "2.7.5"
end

0 comments on commit c51d7e6

Please sign in to comment.