diff --git a/README.md b/README.md
index 3634480444..687242e668 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,15 @@ If you want to release a new major or minor version, please be sure to update th
# Release Notes
+
+### Version 2.7.3
+### Summary:
+1. Remove Apache HTTP API Client library
+2. Patient now extends Person
+3. Make Search primary function for Find Patients
+4. Revamp Settings Page (new material design!)
+5. Integrated android snooper for debugging purpose
+
### Version 2.7.2
### Summary:
@@ -108,7 +117,7 @@ If you want to release a new major or minor version, please be sure to update th
2. Added release folder to gitignore
3. Initialized SQLCipher, made app 64-bit compliant
4. Changed Gradle to latest version
-5. Fixed Play Publisher not publishing o Play store
+5. Fixed Play Publisher not publishing to Play store
### Version 2.7.1
diff --git a/openmrs-client/build.gradle b/openmrs-client/build.gradle
index 9ca9c02320..dfd569e962 100644
--- a/openmrs-client/build.gradle
+++ b/openmrs-client/build.gradle
@@ -182,6 +182,7 @@ play {
serviceAccountCredentials = rootProject.file('google_play.json')
resolutionStrategy = "auto"
+ releaseStatus = "completed"
outputProcessor { // this: ApkVariantOutput
versionNameOverride = "$versionNameOverride.$versionCode"