From f7f97f9bb13000090e866f3aa2e110784c13a0d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 21:15:02 +0000 Subject: [PATCH] chore: prepare release 1.22.4 --- .changeset/fix-device-verification-reverting.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/fix-device-verification-reverting.md diff --git a/.changeset/fix-device-verification-reverting.md b/.changeset/fix-device-verification-reverting.md deleted file mode 100644 index 2050576177..0000000000 --- a/.changeset/fix-device-verification-reverting.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -Fix devices repeatedly reverting to unverified. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b5c45ee8f..3904dc2bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Sable Client Changelog +## 1.22.4 (2026-09-18) + +### Fixes + +* Fix devices repeatedly reverting to unverified. by @eleboucher in #2115 + ## 1.22.3 (2026-09-18) ### Fixes diff --git a/package.json b/package.json index 0711a77e79..6b13fbd33d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sable", - "version": "1.22.3", + "version": "1.22.4", "description": "An almost stable Matrix client", "keywords": [], "license": "AGPL-3.0-only", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b54fd93f4c..d3bb37ba87 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sable" -version = "1.22.3" +version = "1.22.4" description = "Yet another matrix client but better" authors = ["Sable Maintainers"] license = "AGPL-3.0-or-later" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 1e357843c8..9b2c587726 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "Sable", - "version": "1.22.3", + "version": "1.22.4", "identifier": "moe.sable.client", "build": { "frontendDist": "../dist",