diff --git a/app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/MainActivity.kt
index a2025c202..9740e609b 100644
--- a/app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/MainActivity.kt
+++ b/app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/MainActivity.kt
@@ -586,6 +586,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
add(Release(31, R.string.release_31))
add(Release(32, R.string.release_32))
add(Release(34, R.string.release_34))
+ add(Release(39, R.string.release_39))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}
diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml
index 7cc009242..309ad8d74 100644
--- a/app/src/main/res/values/donottranslate.xml
+++ b/app/src/main/res/values/donottranslate.xml
@@ -13,6 +13,7 @@
Telegram
+ Changed the way contacts are fetched, please reset your filters.
Added new options for toggling 24 hour time format and showing only contacts with phone numbers
Added a simple dialpad, dialer will come soon