From d354a81c895e22f18bb191080014a6927e7e05c0 Mon Sep 17 00:00:00 2001 From: andreykovalev Date: Thu, 22 Jun 2023 12:56:08 +0100 Subject: [PATCH] Release 1.3.0 --- CHANGELOG.md | 10 +++++++++- gradle.properties | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bef1368f2..1866672dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,16 @@ ## Pending changes +- + +--- + +## 1.3.0 + - [#425](https://github.com/bumble-tech/appyx/pull/425) – **Fixed**: Up navigation should be properly propagated from Appyx to RIBs -- [#384](https://github.com/bumble-tech/appyx/issues/384) – **Updated**: Compose BOM version and activity-compose version +- [#384](https://github.com/bumble-tech/appyx/issues/384) – **Updated**: Compose BOM version and activity-compose version + +
22 Jun 2023
--- diff --git a/gradle.properties b/gradle.properties index 3d7751e1a..974b871f6 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.2.0 +library.version=1.3.0