From 5163094c43ae2dc2c54378b9389ea4f739276568 Mon Sep 17 00:00:00 2001 From: Park JunHyun Date: Fri, 9 Dec 2016 15:43:07 +0900 Subject: [PATCH] version 1.9.6 --- ChangeLog | 3 +++ README.md | 2 +- pom.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0dabe9600..d1ba70988 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2016-12-09 [version 1.9.6] + * [Fix] Fix bopGetBulk deserialization bug. + 2016-08-31 [version 1.9.5] * [Fix] Add overflowAction availability check logic to collection APIs. * [Fix] Add overflowAction / readable options to collection store APIs. diff --git a/README.md b/README.md index 2f10a2b9f..809f58f7f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To use it, add the following dependency to your pom.xml. com.navercorp.arcus arcus-java-client - 1.9.5 + 1.9.6 ``` diff --git a/pom.xml b/pom.xml index 680ca564b..8f34d8775 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.navercorp.arcus arcus-java-client - 1.9.5 + 1.9.6 Arcus Java Client Java client for Arcus memcached jar