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