From 8cc35314d136cb9de2505f6f8c3f153df1ef8e17 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 1 May 2026 22:41:49 +0200 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b61a8f2..29621c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * deploy: `awsaccesskeyid:` and `awssecretkey:` config items removed, use the standard env vars: `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`. +## [2.4.4] - 2026-05-01 + +* Fixed tests to work with _sdkmanager_ v0.7.x + +## [2.4.3] - 2025-12-04 + +### Fixed + +* Support Python 3.14 and fix tests on macOS + https://gitlab.com/fdroid/fdroidserver/-/merge_requests/1751 + ## [2.4.2] - 2025-06-24 ### Fixed