Skip to content

Commit 70a661e

Browse files
committed
Preps versions 1.5.0
1 parent 09091e4 commit 70a661e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Next release
2+
3+
_Add contribution here_
4+
5+
## v1.5.0
6+
7+
*[#20](https://github.com/arempe93/bunny-mock/pull/20): Adds implementation of `Queue#subscribe` - [@baelter](https://github.com/baelter)
8+
19
## v1.4.0
210

311
* [#19](https://github.com/arempe93/bunny-mock/pull/12): Adds support for JRuby with Bunny 1.7.0 - [@TimothyMDean](https://github.com/TimothyMDean)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ View the documentation on [RubyDoc](http://www.rubydoc.info/github/arempe93/bunn
163163

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

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

168168
## License
169169

lib/bunny_mock/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
module BunnyMock
55
# @return [String] Version of the library
6-
VERSION = '1.4.0'
6+
VERSION = '1.5.0'
77
end

0 commit comments

Comments
 (0)