Skip to content

Commit

Permalink
Prepare for release 4.0.0-alpha04
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Parker committed Apr 3, 2020
1 parent c512408 commit cfa8681
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ 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-alpha04 *(2020-04-03)*
----------------------------

**New Features**
* Add `asMap` function to Cache for backward compat (#136)
* Migrate filesystem library to use kotlin.time APIs (#133)
* Rx get fresh bindings (#130)
* Migrate cache library to use kotlin.time APIs (#129)
* Update sample app (#117)

**Bug Fixes and Stability Improvements**
* Use Kotlin version of ArrayDeque in ChannelManager (#134)
* Kotlin 1.3.70 and other dependencies updates (#125)
* Make SharedFlowProducer APIs safe (#121)
* Ensure network starts after disk is established (#115)
* Update to Gradle 6.2 (#111)

Version 4.0.0-alpha03 *(2020-02-13)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Artifacts are hosted on **Maven Central**.
###### Latest version:

```groovy
def store_version = "4.0.0-alpha03"
def store_version = "4.0.0-alpha04"
```

###### Add the dependency to your `build.gradle`:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ allprojects {
ext {
// POM file
GROUP = "com.dropbox.mobile.store"
VERSION_NAME = "4.0.0-SNAPSHOT"
VERSION_NAME = "4.0.0-alpha04"
POM_PACKAGING = "pom"
POM_DESCRIPTION = "Store4 is built with Kotlin Coroutines"

Expand Down

0 comments on commit cfa8681

Please sign in to comment.