Skip to content

Commit

Permalink
Release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Nov 6, 2014
1 parent a1874d0 commit 873e297
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## 0.12.1

* Loose dependency on bunny to allow ~> 1.4 for stone-age old RabbitMQ servers.




## 0.11.rc3

* Define pool_class by string to make it useable with rails
Expand Down
2 changes: 1 addition & 1 deletion lib/msgr/version.rb
Expand Up @@ -2,7 +2,7 @@ module Msgr
module VERSION
MAJOR = 0
MINOR = 12
PATCH = 0
PATCH = 1
STAGE = nil
STRING = [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join('.')

Expand Down

0 comments on commit 873e297

Please sign in to comment.