diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index dcd74650ec..94a3fe7555 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,9 +1,12 @@ # ChangeLog +# Version 1.0.0-beta19 (2024-02-28) +- Fixes Jitsi links handling + # Version 1.0.0-beta18 (2024-02-28) - Adds support for jitsi call universal links - Adds balance privacy feature -- Fixes jitsi links handling from chat view +- Fixes Jitsi links handling from chat view # Version 1.0.0-beta17 (2024-02-27) - Adds support for jitsi call universal links diff --git a/gradle.properties b/gradle.properties index fe9c9e1fd6..494c430d59 100644 --- a/gradle.properties +++ b/gradle.properties @@ -37,20 +37,20 @@ kapt.include.compile.classpath=false # Enable In Logcat to determine Kapt #kapt.verbose=true -VERSION_NAME=1.0.0-beta18 +VERSION_NAME=1.0.0-beta19 # The trailing 2 digits are for `alpha##` releases. For example: # 4.4.1-alpha02 = 441102 where `102` stands for alpha02 # 4.4.1-beta01 = 441201 where `201` stands for beta01 # 4.4.1-rc01 = 441301 where `301` stands for rc01 -VERSION_CODE=100218 +VERSION_CODE=100219 # Kotlin-Android submodule -KA_VERSION_NAME=1.0.0-beta18 +KA_VERSION_NAME=1.0.0-beta19 # The trailing 2 digits are for `alpha##` releases. For example: # 4.4.1-alpha02 = 441102 where `102` stands for alpha02 # 4.4.1-beta01 = 441201 where `201` stands for beta01 # 4.4.1-rc01 = 441301 where `301` stands for rc01 -KA_VERSION_CODE=100218 +KA_VERSION_CODE=100219