Skip to content

Commit

Permalink
Preps versions 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arempe93 committed Jun 17, 2016
1 parent 09091e4 commit 70a661e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Next release

_Add contribution here_

## v1.5.0

*[#20](https://github.com/arempe93/bunny-mock/pull/20): Adds implementation of `Queue#subscribe` - [@baelter](https://github.com/baelter)

## v1.4.0

* [#19](https://github.com/arempe93/bunny-mock/pull/12): Adds support for JRuby with Bunny 1.7.0 - [@TimothyMDean](https://github.com/TimothyMDean)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ View the documentation on [RubyDoc](http://www.rubydoc.info/github/arempe93/bunn

* [Bunny](https://github.com/ruby-amqp/bunny) - To use original exception classes

* Ruby version >= 2.0 (A requirement of Bunny)
* ~~Ruby version >= 2.0 (A requirement of Bunny)~~ Now works with other Ruby versions (even JRuby!) thanks to **[@TimothyMDean](https://github.com/TimothyMDean)**

## License

Expand Down
2 changes: 1 addition & 1 deletion lib/bunny_mock/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

module BunnyMock
# @return [String] Version of the library
VERSION = '1.4.0'
VERSION = '1.5.0'
end

0 comments on commit 70a661e

Please sign in to comment.