From 7cddb5f9d6695b781b607efc1a830383fd17448c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 29 Oct 2024 03:00:00 -0700 Subject: [PATCH] Release notes for version 1.4.1 --- LICENSE | 2 +- README.md | 4 ++-- release_notes/1.4.1.md | 7 +++++++ release_notes/unreleased.md | 7 ------- 4 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 release_notes/1.4.1.md diff --git a/LICENSE b/LICENSE index 7807c21..9123fa1 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 0f26828..0fe4ea0 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ # Reversinglabs TitaniumCloud v2 Publisher: ReversingLabs -Connector Version: 1.4.0 +Connector Version: 1.4.1 Product Vendor: Reversinglabs Product Name: TitaniumCloud Product Version Supported (regex): ".\*" -Minimum Product Version: 6.1.1 +Minimum Product Version: 6.2.2 App integrates with ReversingLabs TitaniumCloud APIs delivering targeted file and malware intelligence for threat identification, analysis, intelligence development, and threat hunting services diff --git a/release_notes/1.4.1.md b/release_notes/1.4.1.md new file mode 100644 index 0000000..a51c59a --- /dev/null +++ b/release_notes/1.4.1.md @@ -0,0 +1,7 @@ +* Updated ReversingLabs SDK library version: + * Updated library version from reversinglabs_sdk_py3-2.5.4-py3-none-any.whl to reversinglabs_sdk_py3-2.7.0-py3-none-any.whl +* Updated dependencies libraries + * from certifi-2022.12.7-py3-none-any.whl to certifi-2024.2.2-py3-none-any.whl + * from idna-3.4-py3-none-any.whl to idna-3.7-py3-none-any.whl + * from requests-2.28.1-py3-none-any.whl to requests-2.32.2-py3-none-any.whl + * from urllib3-1.26.13-py2.py3-none-any.whl to urllib3-2.2.1-py3-none-any.whl \ No newline at end of file diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index b33cd17..fbcb2fd 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -1,8 +1 @@ **Unreleased** -* Updated ReversingLabs SDK library version: - * Updated library version from reversinglabs_sdk_py3-2.5.4-py3-none-any.whl to reversinglabs_sdk_py3-2.7.0-py3-none-any.whl -* Updated dependencies libraries - * from certifi-2022.12.7-py3-none-any.whl to certifi-2024.2.2-py3-none-any.whl - * from idna-3.4-py3-none-any.whl to idna-3.7-py3-none-any.whl - * from requests-2.28.1-py3-none-any.whl to requests-2.32.2-py3-none-any.whl - * from urllib3-1.26.13-py2.py3-none-any.whl to urllib3-2.2.1-py3-none-any.whl