diff --git a/CHANGELOG.md b/CHANGELOG.md index 1514790204..306345a0ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ **THIS UPDATE CONTAINS A LOT OF BREAKING CHANGES. PLEASE, BE CAREFUL ON UPGRADING OF YOUR PROJECT** +* `Common`: + * `Version`: + * `Coroutine`: `1.4.0` -> `1.4.1` * `Core`: * Support of `logOut` method (`LogOut` object as a `Request`) * Support of `close` method (`Close` object as a `Request`) diff --git a/gradle.properties b/gradle.properties index 4c36a5ebd6..e73cbad343 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ kotlin.incremental=true kotlin.incremental.js=true kotlin_version=1.4.10 -kotlin_coroutines_version=1.4.0 +kotlin_coroutines_version=1.4.1 kotlin_serialisation_runtime_version=1.0.1 klock_version=1.12.1 uuid_version=0.2.2