Skip to content

Commit

Permalink
Version bump to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arempe93 committed Mar 9, 2016
1 parent 4e35f5c commit 9be7783
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.2.1

* [#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)

## v1.2.0

* Adds `with_channel` functionality to `BunnyMock::Session`
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 @@ -4,5 +4,5 @@
module BunnyMock

# @return [String] Version of the library
VERSION = '1.2.0'
VERSION = '1.2.1'
end

0 comments on commit 9be7783

Please sign in to comment.