Skip to content

Commit

Permalink
Release 0.11.0.rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
mswart committed Apr 11, 2014
1 parent d45ee6c commit 5b925ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.11.rc3

* Define pool_class by string to make it useable with rails
* Add checkcredentials config option to disable initial connect to rabbitmq
server to check the credentials

## 0.11.rc2

* Add nack for messages when an error is rescued by dispatcher
Expand Down
2 changes: 1 addition & 1 deletion lib/msgr/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION
MAJOR = 0
MINOR = 11
PATCH = 0
STAGE = 'rc2'
STAGE = 'rc3'
STRING = [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join('.')

def self.to_s; STRING end
Expand Down

0 comments on commit 5b925ab

Please sign in to comment.