Skip to content

Commit 9be7783

Browse files
committed
Version bump to 1.2.1
1 parent 4e35f5c commit 9be7783

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.2.1
2+
3+
* [#5](https://github.com/arempe93/bunny-mock/pull/5): Fixes `routing_key` being modified when delivering in a topic exchange - [@austinmoore](https://github.com/austinmoore)
4+
15
## v1.2.0
26

37
* Adds `with_channel` functionality to `BunnyMock::Session`

lib/bunny_mock/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
module BunnyMock
55

66
# @return [String] Version of the library
7-
VERSION = '1.2.0'
7+
VERSION = '1.2.1'
88
end

0 commit comments

Comments
 (0)