Skip to content

Commit

Permalink
Merge pull request #244 from wealthfront/prepare-for-release-2.1.9-beta
Browse files Browse the repository at this point in the history
Prepare for release 2.1.9-beta
  • Loading branch information
cmathew authored Jun 15, 2022
2 parents 0dad63d + 74509a3 commit fa56886
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 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
`Screen` inside of a `Journey`

## 2.1.8-beta
- Support non-idempotent navigation operations for `NavigationRequestHandler`. Operations will now be run once at most.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the dependencies you need in your `build.gradle`:
### Core library

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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.wealthfront
VERSION_NAME=2.1.9-SNAPSHOT
VERSION_NAME=2.1.9-beta

POM_DESCRIPTION=The simplest navigation library for Android

Expand Down

0 comments on commit fa56886

Please sign in to comment.