From c00fe778b0d09d97b6f4e7f8a9ddec1a4a926d24 Mon Sep 17 00:00:00 2001 From: Jonatas Evaristo Date: Thu, 28 Sep 2023 18:14:39 -0300 Subject: [PATCH] Update version and release notes --- com.github.IsmaelMartinez.teams_for_linux.appdata.xml | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/com.github.IsmaelMartinez.teams_for_linux.appdata.xml b/com.github.IsmaelMartinez.teams_for_linux.appdata.xml index 72c3bee0..f79a4a71 100644 --- a/com.github.IsmaelMartinez.teams_for_linux.appdata.xml +++ b/com.github.IsmaelMartinez.teams_for_linux.appdata.xml @@ -14,6 +14,13 @@ https://github.com/IsmaelMartinez/teams-for-linux/issues com.github.IsmaelMartinez.teams_for_linux.desktop + + +
    +
  • Fix: Import empty certificate path. The default config.clientCertPath is an empty string
  • +
+
+
    diff --git a/package.json b/package.json index 0e30bbee..fbd1fc05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "teams-for-linux", - "version": "1.3.11", + "version": "1.3.12", "main": "app/index.js", "description": "Unofficial client for Microsoft Teams for Linux", "homepage": "https://github.com/IsmaelMartinez/teams-for-linux",