diff --git a/CHANGELOG.md b/CHANGELOG.md index 80aa1af1..c849705c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.0.0-alpha.06 / 04.06.2022 +Added commands for `StackNavigator`: +- popToRoot +- popUntil +- replaceTop +- replaceAll + # 1.0.0-alpha.05 / 09.05.2022 - Abstraction level support for implementing state persistence in different formats (Json, ProtoBuf, Parcelable) #6. - Added PmStateSaverFactory and BundleStateSaver. diff --git a/buildSrc/src/main/kotlin/Premo.kt b/buildSrc/src/main/kotlin/Premo.kt index 4f4469d7..3c086f7e 100644 --- a/buildSrc/src/main/kotlin/Premo.kt +++ b/buildSrc/src/main/kotlin/Premo.kt @@ -25,7 +25,7 @@ object Premo { const val groupId = "me.dmdev.premo" - const val version = "1.0.0-alpha.05" + const val version = "1.0.0-alpha.06" const val description = "Premo helps you implement the presentation layer and share it on iOS and Android." const val url = "https://github.com/dmdevgo/Premo"