diff --git a/CHANGELOG.md b/CHANGELOG.md index cecea200f..97d983aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.5.0 (2013-12-01) + +### Features +- Faster and more robust Image Loading with [Glide](https://github.com/bumptech/glide) +- Support of binding to attributes that are missing from some records + +### Fixes +- Correct Highlighter's usage of JSONPath +- Unify Searcher's constructor behavior +- Keep initial placeholders of ImageViews bound to a Hits widget for recycling +- Fix potential `Multiple dex files define Lorg/objectweb/asm/AnnotationVisitor` build error + ## 0.4.0 (2013-11-24) ### Features diff --git a/instantsearch/build.gradle b/instantsearch/build.gradle index 518539928..8c8dd4ce7 100755 --- a/instantsearch/build.gradle +++ b/instantsearch/build.gradle @@ -28,7 +28,7 @@ ext { REPO = WEBSITE + ".git" LICENSE = 'MIT' LICENSE_URL = "http://www.opensource.org/licenses/mit-license.php" - VERSION = '0.4.0' + VERSION = '0.5.0' VERSION_DESC = 'Version Beta ' + VERSION VERSION_APPCOMPAT = '24.2.1'