diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ef30e7d..5d062c328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ ## Pending changes +## 1.0-alpha06 – 26 Aug 2022 + - [#96](https://github.com/bumble-tech/appyx/pull/96) – **Breaking change**: Removed `InteractorTestHelper`. Please use Node tests instead of Interactor tests. -- [#99](https://github.com/bumble-tech/appyx/pull/99) – **Added**: Source.rx2() to convert Source to io.reactivex.Observable - [#99](https://github.com/bumble-tech/appyx/pull/99) – **Breaking change**: Modified package of `NodeConnector` and `Connectable` +- [#99](https://github.com/bumble-tech/appyx/pull/99) – **Added**: Source.rx2() to convert Source to io.reactivex.Observable - [#107](https://github.com/bumble-tech/appyx/pull/107) – **Fixed**: Back press handlers are not properly registered on lifecycle events ## 1.0-alpha05 – 19 Aug 2022 diff --git a/gradle.properties b/gradle.properties index 641c5fb92..c331471b7 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-alpha05 +library.version=1.0-alpha06