diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e4155b0..631caba34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change Log ========== +## Version 0.26.0 + +_2020-04-17_ + +### Kotlin + +* Upgrade kotlinx.serialization now that KAML supports it. (#1018) +* Makes BackStackContainer.update protected, required for customization. (#1088) + +### Swift + +* Vend `preferredContentSize` through the `DescribedViewController` (#1051) +* Add ContainerViewController init with AnyWorkflowConvertable (#1092) +* Provide empty `makeInitialState` and `workflowDidChange` when State is Void (#1094) + ## Version 0.25.0 _2020-03-27_ diff --git a/kotlin/gradle.properties b/kotlin/gradle.properties index d24bdab91..93ded15ab 100644 --- a/kotlin/gradle.properties +++ b/kotlin/gradle.properties @@ -22,7 +22,7 @@ android.enableJetifier=true #android.debug.obsoleteApi=true GROUP=com.squareup.workflow -VERSION_NAME=0.26.0-SNAPSHOT +VERSION_NAME=0.26.0 POM_DESCRIPTION=Reactive workflows