Skip to content

Commit 29ce6e3

Browse files
authored
Update changelog, fix version number consistency (DeviceFarmer#842)
1 parent 9d04a6c commit 29ce6e3

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 3.7.5 (2025-02-28)
4+
5+
* Update changelog, fix version number consistency by @koral-- in https://github.com/DeviceFarmer/stf/pull/842
6+
7+
## 3.7.4 (2025-02-20)
8+
9+
* improve saml authentication by @denis99999 in https://github.com/DeviceFarmer/stf/pull/836
10+
11+
## 3.7.3 (2025-02-11)
12+
13+
* fix bug by completing the PR https://github.com/DeviceFarmer/stf/pull/650 by @denis99999 in https://github.com/DeviceFarmer/stf/pull/824
14+
* Add musl installation to Dockerfile by @koral-- in https://github.com/DeviceFarmer/stf/pull/826
15+
* improve device state consistency by @denis99999 in https://github.com/DeviceFarmer/stf/pull/831
16+
* fix: remove progressed from call as it prohibits the system from working by @slankes in https://github.com/DeviceFarmer/stf/pull/827
17+
* Log reasons for phone reservation cancellations by @jupe in https://github.com/DeviceFarmer/stf/pull/833
18+
19+
## 3.7.2 (2025-01-13)
20+
21+
* Upgrading STF for security reasons by @denis99999 in https://github.com/DeviceFarmer/stf/pull/813
22+
* fix all vulnerabilities in the production code by @denis99999 in https://github.com/DeviceFarmer/stf/pull/817
23+
* migrates to webpack 4 to enforce security by @denis99999 in https://github.com/DeviceFarmer/stf/pull/818
24+
* upgrades to webpack 5 to enforce security by @denis99999 in https://github.com/DeviceFarmer/stf/pull/819
25+
* Add support for arm64 to Dockerfile by @koral-- in https://github.com/DeviceFarmer/stf/pull/821
26+
327
## 3.7.1 (2024-09-20)
428

529
* option to cleanup tmp folder during cleanup phase by @jupe in https://github.com/DeviceFarmer/stf/pull/772

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devicefarmer/stf",
3-
"version": "3.7.4",
3+
"version": "3.7.5",
44
"description": "Smartphone Test Farm",
55
"keywords": [
66
"adb",

0 commit comments

Comments
 (0)