Skip to content

Commit

Permalink
version 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpark816 committed Dec 9, 2016
1 parent 56d7516 commit 5163094
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To use it, add the following dependency to your pom.xml.
<dependency>
<groupId>com.navercorp.arcus</groupId>
<artifactId>arcus-java-client</artifactId>
<version>1.9.5</version>
<version>1.9.6</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.navercorp.arcus</groupId>
<artifactId>arcus-java-client</artifactId>
<version>1.9.5</version>
<version>1.9.6</version>
<name>Arcus Java Client</name>
<description>Java client for Arcus memcached</description>
<packaging>jar</packaging>
Expand Down

0 comments on commit 5163094

Please sign in to comment.