diff --git a/app/config/config.go b/app/config/config.go index fc461814a..ca5ed3811 100644 --- a/app/config/config.go +++ b/app/config/config.go @@ -16,7 +16,7 @@ import ( var AppName = "textsecure.nanuc" -var AppVersion = "0.6.6" +var AppVersion = "0.6.7" // Do not allow sending attachments larger than 100M for now var MaxAttachmentSize int64 = 100 * 1024 * 1024 diff --git a/click/manifest.json b/click/manifest.json index 8388f23f1..408f8cfbd 100644 --- a/click/manifest.json +++ b/click/manifest.json @@ -1,6 +1,6 @@ { "name": "textsecure.nanuc", - "version": "0.6.6", + "version": "0.6.7", "description": "A Signal compatible messaging client for Ubuntu phones", "title": "Signal", "architecture": "armhf", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8e40451f2..9c3352816 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,7 @@ +0.6.7 (Sept 30 2019) Axolotl-Alpha +-------------------- +* fix entering new chat and show first sent message + 0.6.6 (Sept 30 2019) Axolotl-Alpha -------------------- * rewrite vcf parsing