summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.adoc')
-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