Skip to content

Commit

Permalink
Prepare release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Bodemann committed Dec 23, 2015
1 parent dc44b3c commit 3c8deb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Version [0.10.0][unreleased] - (in development)
## Version [0.10.1][unreleased] - (in development)
- TBA

## Version [0.10.0] - 2015-12-23
- New: Add localized field to FieldTypeAdapter
- Change: Use kotlin-1.0.0-beta-3595 for unit tests

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Grab via Maven:
<dependency>
<groupId>com.contentful.java</groupId>
<artifactId>cma-sdk</artifactId>
<version>0.9.10</version>
<version>0.10.0</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.contentful.java:cma-sdk:0.9.10'
compile 'com.contentful.java:cma-sdk:0.10.0'
```

The SDK requires at minimum Java 6 or Android 2.3.
Expand Down

0 comments on commit 3c8deb3

Please sign in to comment.