diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aca692..a8a75fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ +## Circuitry 3.1.1 (Mar 3, 2016) + +* Removed flush middleware. *Matt Huggins* + ## Circuitry 3.1.0 (Mar 2, 2016) -* Adding test stubs. *Matt Huggins* -* Adding flush middleware. *Matt Huggins* +* Added test stubs. *Matt Huggins* +* Added flush middleware. *Matt Huggins* * Updated provisioning to permit publisher-only configuration (no queue name). *Matt Huggins* ## Circuitry 3.0.1 (Feb 19, 2016) diff --git a/lib/circuitry/version.rb b/lib/circuitry/version.rb index 616cc98..14ea648 100644 --- a/lib/circuitry/version.rb +++ b/lib/circuitry/version.rb @@ -1,3 +1,3 @@ module Circuitry - VERSION = '3.1.0' + VERSION = '3.1.1' end