diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24601c0de..bed0a09d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,15 @@ Group changes to describe their impact on the project, as follows:
Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities.
+## [4.6.5] - 2022-04-11
+
+### Changed
+- Only display phone number if it matches SIP address username
+- Using new MagicSearch API to improve contacts list performances
+
+### Fixed
+- Prevent concurrent exception while loading native address book contacts
+
## [4.6.4] - 2022-04-06
### Added
diff --git a/README.md b/README.md
index 4715b240a..fa42f79f3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
-[](https://gitlab.linphone.org/BC/public/linphone-android/commits/master)
-
+[](https://gitlab.linphone.org/BC/public/linphone-android/commits/release/4.6) [](https://weblate.linphone.org/engage/linphone/?utm_source=widget)
Linphone is an open source softphone for voice and video over IP calling and instant messaging.
@@ -8,6 +7,12 @@ It is fully SIP-based, for all calling, presence and IM features.
General description is available from [linphone web site](https://www.linphone.org/technical-corner/linphone).
+### How to get it
+
+[
](https://play.google.com/store/apps/details?id=org.linphone)[
](https://f-droid.org/en/packages/org.linphone/)
+
+You can also download APKs signed with our key from [our website](https://download.linphone.org/releases/android/?C=M;O=D).
+
### License
Copyright © Belledonne Communications
diff --git a/app/build.gradle b/app/build.gradle
index c9a2c1dd8..f04e45933 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -5,8 +5,8 @@ plugins {
id 'org.jlleitschuh.gradle.ktlint'
}
-def appVersionName = "4.6.4"
-def appVersionCode = 40604 // 4.06.04
+def appVersionName = "4.6.5"
+def appVersionCode = 40605 // 4.06.05
static def getPackageName() {
return "org.linphone"
diff --git a/metadata/en-US/full_description.txt b/metadata/en-US/full_description.txt
new file mode 100644
index 000000000..92e5812c7
--- /dev/null
+++ b/metadata/en-US/full_description.txt
@@ -0,0 +1,14 @@
+Linphone is an open source app offering free audio/video calls and text messaging. With Linphone, you can be reachable at any time, even if the app is closed, with a WiFi or 3G/4G internet connection.
+
+Linphone key features:
+* high definition audio and video calls
+* audio conference calls with various participants
+* pictures and file sharing
+* Linphone accounts reachable at any time, even if the app is closed (thanks to push notifications)
+* secure communication (encryption options)
+* compliant with a large number of SIP-compatible VoIP service providers allowing to reach everyone that has a "classic" phone line.
+
+Linphone is available on the main mobile and desktop operating systems and offers various specific features for advanced users (codecs, transport standard, encryption options, DTMF...). For more information, see Linphone project website: www.linphone.org
+
+Note for developers and professionals:
+Linphone can be rebranded and customized to meet specific needs. Contact Belledonne Communications www.belledonne-communications.com for any specific development query.
\ No newline at end of file
diff --git a/metadata/en-US/images/featureGraphic.png b/metadata/en-US/images/featureGraphic.png
new file mode 100644
index 000000000..2e3a04670
Binary files /dev/null and b/metadata/en-US/images/featureGraphic.png differ
diff --git a/metadata/en-US/images/icon.png b/metadata/en-US/images/icon.png
new file mode 100644
index 000000000..51faf3501
Binary files /dev/null and b/metadata/en-US/images/icon.png differ
diff --git a/metadata/en-US/short_description.txt b/metadata/en-US/short_description.txt
new file mode 100644
index 000000000..7a08b9dbc
--- /dev/null
+++ b/metadata/en-US/short_description.txt
@@ -0,0 +1 @@
+An open source instant messaging and voice/video over IP (VoIP) phone that makes it possible to communicate freely with people over the internet via voice, video and text messaging through the SIP protocol.
diff --git a/metadata/en-US/title.txt b/metadata/en-US/title.txt
new file mode 100644
index 000000000..4ae53525f
--- /dev/null
+++ b/metadata/en-US/title.txt
@@ -0,0 +1 @@
+Linphone - open source SIP client
diff --git a/metadata/f-droid-badge.png b/metadata/f-droid-badge.png
new file mode 100644
index 000000000..afa603cf6
Binary files /dev/null and b/metadata/f-droid-badge.png differ
diff --git a/metadata/google-play-badge.png b/metadata/google-play-badge.png
new file mode 100644
index 000000000..c77b7464b
Binary files /dev/null and b/metadata/google-play-badge.png differ