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",