From 0efb071a7c45756760b2faa21bae847077b3d6d2 Mon Sep 17 00:00:00 2001 From: t0x01 Date: Mon, 2 Dec 2024 13:30:37 +0400 Subject: [PATCH] release: bump version and add release notes Prepare new release. --- anyrun.json | 2 +- release_notes/unreleased.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/anyrun.json b/anyrun.json index ceb5193..af1ced6 100644 --- a/anyrun.json +++ b/anyrun.json @@ -11,7 +11,7 @@ "product_version_regex": ".*", "publisher": "ANYRUN FZCO", "license": "Copyright (c) ANYRUN FZCO, 2024", - "app_version": "1.1.0", + "app_version": "1.2.0", "utctime_updated": "2024-03-01T10:28:44.583548Z", "package_name": "phantom_any.run", "main_module": "anyrun_connector.py", diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index fbcb2fd..e779e04 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -1 +1,4 @@ **Unreleased** +* Removed Windows 8.1 options from `detonate` actions +* Added "Parallel task limit" error handling to `detonate` actions +* Updated anyrun-py lib \ No newline at end of file