Skip to content

Commit

Permalink
Merge pull request #249 from wealthfront/release-2.1.10
Browse files Browse the repository at this point in the history
Prepare for release 2.1.10-beta
  • Loading branch information
cmathew committed Jun 28, 2022
2 parents 582d1be + aa9c88d commit 8bc363b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 2.1.10-beta
- Introduce `LazySetNavigator` for driving the lifecycle of previously `NO_LIMIT`-ed navigables with a floor of `SHOWN`, rather than `CREATED`

## 2.1.9-beta
- Add `whenTransitionFinished(TransitionFinishedListener)` method to `Step`, supporting an API available for `Screen`
- Introduce `LegacyJourney` for easier migration from 1.x. Similar to `LegacyExpedition`, this construct allows nesting
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ Add the dependencies you need in your `build.gradle`:
### Core library

```groovy
def magellanVersion = '2.1.9-beta'
def magellanVersion = '2.1.10-beta'
implementation "com.wealthfront:magellan-library:${magellanVersion}"
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,5 +1,5 @@
GROUP=com.wealthfront
VERSION_NAME=2.1.10-SNAPSHOT
VERSION_NAME=2.1.10-beta

POM_DESCRIPTION=The simplest navigation library for Android

Expand Down

0 comments on commit 8bc363b

Please sign in to comment.