Prepare for release 4.0.0-alpha02
This commit is contained in:
parent
d125a7cf29
commit
8b20e8823e
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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)*
|
||||
----------------------------
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue