From 66b69fa8f676967ac14cf8031a93d3be1959836d Mon Sep 17 00:00:00 2001 From: Zsolt Kocsi Date: Mon, 27 Mar 2023 14:38:15 +0100 Subject: [PATCH] Release 1.1.0 --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd87deb83..f83a9cacf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,19 @@ ## Pending changes +– + +--- + +## 1.1.0 + - [#383](https://github.com/bumble-tech/appyx/pull/383) – **Changed**: Removed deprecated methods in Node, ParentNode and CombinedHandler classes - [#376](https://github.com/bumble-tech/appyx/issues/376) – **Changed**: Androidx lifecycle version updated to 2.6.1. - [#376](https://github.com/bumble-tech/appyx/issues/376) – **Updated**: Kotlin and Compose compiler version updated to 1.8.10 to align kotlin version used in androidx lifecycle - [#375](https://github.com/bumble-tech/appyx/issues/375) – **Fixed**: SaveableStateHolder does no longer save state for destroyed elements +
27 Mar 2023
+ --- ## 1.0.5 diff --git a/gradle.properties b/gradle.properties index 043c96d48..1f15cd76a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ org.gradle.caching=true org.gradle.parallel=true android.useAndroidX=true kotlin.code.style=official -library.version=1.0.5 +library.version=1.1.0