Skip to content

Commit

Permalink
Merge pull request #167 from spotify/krka/changelog
Browse files Browse the repository at this point in the history
Update changelog for 1.9.0
  • Loading branch information
spkrka committed May 10, 2021
2 parents 4371d9a + ed4153e commit 8601696
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
### 1.9.0
* Add new utility methods for multigets to return maps instead of lists:
* `BinaryMemcacheClient.getAndTouchAsMap`
* `MemcacheClient.getAsMap`
* `MemcacheClient.casGetAsMap`
* Bump guava from 28.0-android to 29.0-android

### 1.8.0
* Add new method getAllNodes() to support advanced custom use cases for multi-node setups.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ To import it with maven, use this:
<dependency>
<groupId>com.spotify</groupId>
<artifactId>folsom-bom</artifactId>
<version>1.7.4</version>
<version>1.9.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 8601696

Please sign in to comment.