From d8db86d3b23dbb9c07e2af09bcfaa4db8b8f45f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Wed, 29 Oct 2025 10:36:57 -0700 Subject: [PATCH] Release 8.1.0 * Add option to build without X11 * Require building with Wayland * Translation updates --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e286d29..437a8d0 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('elementary-session-settings', - version: '8.0.1', + version: '8.1.0', default_options: 'sysconfdir=/etc') i18n = import('i18n')