summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2019-03-22 14:31:00 +0700
committerShulhan <ms@kilabit.info>2019-03-22 14:31:00 +0700
commitd095dbd7a3d8f04b447b1bf2fc62ff3f483a9017 (patch)
tree4688d9d6ad9550ba210a0395d5b782fca9ed6e56
parenta66cc89874d9f432dd4ac6d31d9144b2e984f732 (diff)
downloadrescached-2.1.2.tar.xz
Release rescached v2.1.2v2.1.2
== Bug Fix Use single Go routine to handle request. This fix mismatched ID in response due to single response is being use by multiple routines.
-rw-r--r--CHANGELOG.adoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 61d5475..6084fe8 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -1,3 +1,11 @@
+= Rescached v2.1.2 (2019-03-22)
+
+== Bug Fix
+
+Use single Go routine to handle request. This fix mismatched ID in
+response due to single response is being use by multiple routines.
+
+
= Rescached v2.1.1 (2019-03-02)
== Enhancements