Skip to content

Commit

Permalink
Prepare for release 2.2.8-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
cmathew committed Oct 25, 2024
1 parent a103949 commit f8f01de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.2.8-beta
- Support removal from `LazySetNavigator`

## 2.2.7-beta
- Fixes crash during synchronous navigation in `LazySetNavigator`
- Support backstack read operations from a background thread
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.2.6-beta'
def magellanVersion = '2.2.8-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.2.8-SNAPSHOT
VERSION_NAME=2.2.8-beta

POM_DESCRIPTION=The simplest navigation library for Android

Expand Down

0 comments on commit f8f01de

Please sign in to comment.