Skip to content

Commit

Permalink
version 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
minkikim89 committed Nov 8, 2018
1 parent df976a5 commit 00e19c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2018-11-08 [version 1.11.4]
* [FIX] change FAKE_SERVER_NODE check method
* [FIX] do not cancel an operation already canceled in setupResend

2018-09-28 [version 1.11.3]
* [FEATURE] Adding support for SLF4J logging
* [FIX] Set next operation index of pipedUpdateOp during switchover
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.11.3</version>
<version>1.11.4</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.11.3</version>
<version>1.11.4</version>
<name>Arcus Java Client</name>
<description>Java client for Arcus memcached</description>
<packaging>jar</packaging>
Expand Down

0 comments on commit 00e19c8

Please sign in to comment.