From 7553c8b88df68bfba60e36d3abd6f9deb8a4ce65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wr=C3=B3tniak?= Date: Thu, 4 Apr 2024 13:38:00 +0200 Subject: [PATCH] Add version 3.6.8 to CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97dbdd1f..abe76bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.6.8 (2024-04-04) + +* grant STFService permissions to be able to use features by @jupe in https://github.com/DeviceFarmer/stf/pull/765 +* Update STFService.apk to 2.5.2 by @koral-- in https://github.com/DeviceFarmer/stf/pull/766 +* Update version to 3.6.8 by @koral-- in https://github.com/DeviceFarmer/stf/pull/767 + ## 3.6.7 (2024-03-23) * Add Dockerfile for arm64 by @im-0 in https://github.com/DeviceFarmer/stf/pull/712