From 19e72617130e1d2db7d76a2c1177ec2d400c4f61 Mon Sep 17 00:00:00 2001 From: Majd Alfhaily Date: Sun, 11 Jun 2023 08:43:36 +0200 Subject: [PATCH] Update changelog for v2.1.3 release (#204) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8145b279..e4a1f31a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +### Version [2.1.3](https://github.com/majd/ipatool/releases/tag/v2.1.3) + +- Fixed a bug where temporary files were not removed after downloading the app package. +- Fixed a bug where the `--keychain-passphrase` flag was marked as invalid. + ### Version [2.1.2](https://github.com/majd/ipatool/releases/tag/v2.1.2) - `FileBackend` keyring is now used when other options are not available.