From c8a2a466349868e55b4e96ba1071d0495aaadcab Mon Sep 17 00:00:00 2001 From: Brian Rowe Date: Fri, 27 May 2016 10:44:18 -0400 Subject: [PATCH] Bump version to v0.1.1 * Set the basic.qos prefetch-countto the Subscription's buffer-size. This facilitates successful recovery. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 75a84d2..a40dd98 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.farmlogs.conduit "0.1.0" +(defproject com.farmlogs.conduit "0.1.1" :description "Provides reliable publishing via RMQ." :license {:name "The MIT License (MIT)" :url "https://opensource.org/licenses/MIT"}