diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e02b0ab9..5049ca915e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### [Quetecsaurus](https://en.wikipedia.org/wiki/Quetecsaurus) +### 1.2038 - 2023-01-30 + +* Showing person icon for contacts without avatars +* Small improvements and minor bug fixes +* Updated translations + ### 1.2037 - 2023-01-29 * Fixed archiving of sent messages diff --git a/app/build.gradle b/app/build.gradle index 380a32bca8..2f6cf109fc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle' apply plugin: 'kotlin-android' apply plugin: 'de.undercouch.download' -def getVersionCode = { -> return 2037 } +def getVersionCode = { -> return 2038 } def getRevision = { -> return "a" } def getReleaseName = { -> return "Quetecsaurus" } // https://en.wikipedia.org/wiki/List_of_dinosaur_genera diff --git a/app/src/main/assets/CHANGELOG.md b/app/src/main/assets/CHANGELOG.md index 14e02b0ab9..5049ca915e 100644 --- a/app/src/main/assets/CHANGELOG.md +++ b/app/src/main/assets/CHANGELOG.md @@ -6,6 +6,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### [Quetecsaurus](https://en.wikipedia.org/wiki/Quetecsaurus) +### 1.2038 - 2023-01-30 + +* Showing person icon for contacts without avatars +* Small improvements and minor bug fixes +* Updated translations + ### 1.2037 - 2023-01-29 * Fixed archiving of sent messages