From 69a03d6da385bc10ea103b670838fdff0342f41e Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Tue, 29 Mar 2022 16:19:12 -0500 Subject: [PATCH] Bump to 1.10.2 and update changelog --- CHANGELOG.md | 6 ++++++ app/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5325a5285..80eb93f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Mailspring Changelog +## 1.10.2 (3/29/2022) + +This release fixes an issue with Mailspring's quicklook implementation that surfaced yesterday and could allow for remote code execution using specially crafted attachments. Thanks to `posix` for reporting the issue and @Phylu for the fix. + +- This release also improves Mailspring's Turkish localization (Thanks @emintufan!) + ## 1.10.1 (3/12/2022) This release fixes a critical issue in 1.10.0 that caused the app to fail to launch on Windows. This was caused by upstream changes to our AppVeyor build pipeline that changed the default compilation architecture from ia32 to x64 on Windows. We're sorry it took so long to track this down! diff --git a/app/package.json b/app/package.json index 3dc1d4d93..a3834cf59 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "mailspring", "productName": "Mailspring", - "version": "1.10.1", + "version": "1.10.2", "repository": { "type": "git", "url": "git://github.com/foundry376/mailspring.git"