Skip to content

Commit

Permalink
Merge branch 'release/3.0.0.rc1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jan 7, 2016
2 parents 577f302 + 3c57bcb commit e4fcedd
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/adhearsion)

# [3.0.0.rc1](https://github.com/adhearsion/adhearsion/compare/v3.0.0.beta2...v3.0.0.rc1) - [2016-01-07](https://rubygems.org/gems/adhearsion/versions/3.0.0.rc1)
* Bugfix: Concurrent access to call collection should not be permitted. See [#589](https://github.com/adhearsion/adhearsion/issues/589)
* Bugfix: Reduced log spam inspecting large controller metadata. We now only log controller names internally; any logging of metadata must happen in the app.

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

module Adhearsion
VERSION = '3.0.0.beta2'
VERSION = '3.0.0.rc1'
end

0 comments on commit e4fcedd

Please sign in to comment.