Skip to content

Commit

Permalink
Bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jul 25, 2016
1 parent c53f1a2 commit 7a936c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# [develop](https://github.com/adhearsion/ruby_ami)

# [3.0.0](https://github.com/adhearsion/ruby_ami/compare/v2.4.0...v3.0.0) - [2016-07-25](https://rubygems.org/gems/ruby_ami/versions/3.0.0)
* Breaking change: Ruby 1.9 is no longer supported. Minimum supported versions are Ruby 2.2.0 and JRuby 9.0.0.0
* Breaking change: Removed the deprecated `RubyAMI::Client` because it is no longer relevant.
* Breaking change: Start the connection when the `RubyAMI::Stream` starts, permitting supervised restart of the stream on connection failure. To support this, the event callback now passes a second parameter which is the stream itself.
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_ami/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# encoding: utf-8
module RubyAMI
VERSION = "2.4.0"
VERSION = "3.0.0"
end

0 comments on commit 7a936c9

Please sign in to comment.