diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a5d25d2..227b6aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 1e4ab04d..96f3474c 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ Grab via Maven: com.contentful.java cma-sdk - 0.9.10 + 0.10.0 ``` 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.