diff --git a/CHANGELOG.md b/CHANGELOG.md index 16a26c3b..899512aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.2.9-beta +- Support transition interruption in `NavigationDelegate` + ## 2.2.8-beta - Support removal from `LazySetNavigator` diff --git a/README.md b/README.md index 714b6675..08b2e4a8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add the dependencies you need in your `build.gradle`: ### Core library ```groovy -def magellanVersion = '2.2.8-beta' +def magellanVersion = '2.2.9-beta' implementation "com.wealthfront:magellan-library:${magellanVersion}" ``` diff --git a/gradle.properties b/gradle.properties index 12e613db..bc7b7267 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.wealthfront -VERSION_NAME=2.2.9-SNAPSHOT +VERSION_NAME=2.2.9-beta POM_DESCRIPTION=The simplest navigation library for Android