diff --git a/LICENSE b/LICENSE index 2844e38..7068332 100644 --- a/LICENSE +++ b/LICENSE @@ -198,4 +198,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. + limitations under the License. \ No newline at end of file diff --git a/README.md b/README.md index c5de147..479aa68 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # ANY.RUN Publisher: ANYRUN FZCO -Connector Version: 1.0.1 +Connector Version: 1.1.0 Product Vendor: ANYRUN FZCO Product Name: ANY.RUN Product Version Supported (regex): ".\*" @@ -29,8 +29,9 @@ This connector comes with some additional python 3 libraries, that it depends on - multidict-6.0.5 (Apache License 2.0, Copyright 2016 Andrew Svetlov and aio-libs contributors) - yarl-1.9.4 (Apache License 2.0, Copyright 2016-2021, Andrew Svetlov and aio-libs team) - frozenlist-1.4.1 (Apache License 2.0, Copyright 2013-2019 Nikolay Kim and Andrew Svetlov) - - aiohttp-3.9.3 (Apache License 2.0, Copyright aio-libs contributors) - - anyrun_py-0.1.0 + - aiohttp-3.10.2 (Apache License 2.0, Copyright aio-libs contributors) + - anyrun_py-0.1.1 + ### Configuration Variables The below configuration variables are required for this Connector to operate. These variables are specified when configuring a ANY.RUN asset in SOAR. diff --git a/release_notes/1.1.0.md b/release_notes/1.1.0.md new file mode 100644 index 0000000..564d06c --- /dev/null +++ b/release_notes/1.1.0.md @@ -0,0 +1 @@ +* Fixed type validation errors in 'get intelligence' action \ No newline at end of file diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index 1b7418a..fbcb2fd 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -1,2 +1 @@ **Unreleased** -* Fixed type validation errors in 'get intelligence' action