Prepare for release 1.0.7.

This commit is contained in:
digitalbuddha 2017-01-30 11:57:42 -05:00
parent e70687c6f7
commit becd9c2c14
3 changed files with 16 additions and 2 deletions

View file

@ -2,6 +2,20 @@ Change Log
==========
Version 1.0.7 *(2017-01-30/)*
----------------------------
* Feature: add additional create(FileSystem) within SourcePersister to allow clearing fileSystem cache (#77)
* Feature: add error prone analyzer (#79)
* Feature: convert store to java project from android (#85)
* Bug Fix: Removed application meta data (#80)
* Bug Fix: fixes race condition in memory cache (#90)
* Bug Fix: add back in flight 1 minute debouncing (was missing somehow?) (#92)
* Documentation Fix: Classnames up, field names down (#81)
* API Change: Clarifying Store.stream (#73)
1 Added the stream() method
2 Deprecated old stream(barcode) and added migration helping in the documentation
Version 1.0.6 *(2017-01-23/)*
----------------------------
* Bug Fix: fix race condition of 2 fetch requests too quickly (#74)

View file

@ -257,7 +257,7 @@ public class SampleStore extends RealStore<String> {
### Artifacts
Note: Release is in Sync with current state of master (not develop) branch
CurrentVersion = 1.0.6
CurrentVersion = **1.0.7**
+ **Cache** Cache extracted from Guava (~200 methods)

View file

@ -54,7 +54,7 @@ ext {
// POM file
GROUP = "com.nytimes.android"
VERSION_NAME = "1.0.7-SNAPSHOT"
VERSION_NAME = "1.0.7"
POM_PACKAGING = "pom"
POM_DESCRIPTION = "Store"