From bd21014c065b227601e51af4f8c8725316ef0255 Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Sat, 27 Mar 2021 12:00:00 +0000
Subject: [PATCH] Bump to 0.1.0-beta3

---
 briar-gtk/data/app.briar.gtk.metainfo.xml.in | 2 +-
 debian/changelog                             | 9 ++++++---
 meson.build                                  | 2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/briar-gtk/data/app.briar.gtk.metainfo.xml.in b/briar-gtk/data/app.briar.gtk.metainfo.xml.in
index bf14eb8..d03ff28 100644
--- a/briar-gtk/data/app.briar.gtk.metainfo.xml.in
+++ b/briar-gtk/data/app.briar.gtk.metainfo.xml.in
@@ -71,7 +71,7 @@
   </custom>
 
   <releases>
-    <release version="0.1.0-beta3" date="2021-03-20">
+    <release version="0.1.0-beta3" date="2021-03-27">
       <description>
         <p>
           Improvements in this version:
diff --git a/debian/changelog b/debian/changelog
index 3629ddb..cd0aa7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
 briar-gtk (0.1.0-beta3-1) UNRELEASED; urgency=medium
 
-  * Support for mobile devices (AArch64/ARM)
-  * Update Briar core to version 1.2.12
+  * Compose messages with multiple lines
+  * Fix bug that crashes Briar GTK when sending/receiving long messages
+  * Handle errors while adding contacts
+  * Update Briar core to version 1.2.19
+  * Translation into Romanian and Burmese
 
- -- Nico Alt <nicoalt@posteo.org>  Thu, 03 Dec 2020 12:00:00 +0000
+ -- Nico Alt <nicoalt@posteo.org>  Sat, 27 Mar 2021 12:00:00 +0000
 
 briar-gtk (0.1.0-beta2-1) UNRELEASED; urgency=medium
 
diff --git a/meson.build b/meson.build
index 9ade97f..d46895e 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@
 
 project(
   'briar-gtk',
-  version: '0.1.0-beta2',
+  version: '0.1.0-beta3',
   meson_version: '>= 0.50.0',
 )
 
-- 
GitLab