From ddc3234ebc55b6c6bbee91cf1cef196206a7bfce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Thu, 11 Sep 2025 12:10:06 -0700 Subject: [PATCH 1/2] Release 8.2.0 --- data/applications.metainfo.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/applications.metainfo.xml.in b/data/applications.metainfo.xml.in index 4700c3d0..c0731ddd 100644 --- a/data/applications.metainfo.xml.in +++ b/data/applications.metainfo.xml.in @@ -37,7 +37,7 @@ contact_at_elementary.io - +

Minor updates:

    From 52d07de2a4611ad89429ec29cd7a73b8a5590aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Thu, 11 Sep 2025 12:10:50 -0700 Subject: [PATCH 2/2] Update meson.build --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2c0acd33..12c10fa8 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'applications', 'vala', 'c', - version: '8.1.0' + version: '8.2.0' ) gettext_name = 'io.elementary.settings.' + meson.project_name()