Prepare for release 4.0.0-alpha02

This commit is contained in:
David Chang 2020-01-29 07:07:33 -08:00
parent d125a7cf29
commit 8b20e8823e
2 changed files with 11 additions and 1 deletions

View file

@ -3,6 +3,16 @@ Change Log
The change log for Store version 1.x can be found [here](https://github.com/NYTimes/Store/blob/develop/CHANGELOG.md).
Version 4.0.0-alpha02 *(2020-01-29)*
----------------------------
**New Features**
* Introduce piggyback only downstreams to multicaster and fix #59 (#75)
* Change flow collection util to drain the flow (#64)
* Readme improvements (#70, #72)
* Avoid illegal cast in RealStore.stream (#69)
* Added docs to MemoryPolicy.setMemorySize (#67) (#68)
Version 4.0.0-alpha01 *(2020-01-08)*
----------------------------

View file

@ -53,7 +53,7 @@ allprojects {
ext {
// POM file
GROUP = "com.dropbox.mobile.store"
VERSION_NAME = "4.0.0-SNAPSHOT"
VERSION_NAME = "4.0.0-alpha02"
POM_PACKAGING = "pom"
POM_DESCRIPTION = "Store4 is built with Kotlin Coroutines"