From f1954d7c527b2fce14d53712070edc9ea4b35b6a Mon Sep 17 00:00:00 2001 From: root Date: Thu, 2 Jan 2025 15:01:59 -0800 Subject: [PATCH] Release notes for version 2.2.9 --- LICENSE | 4 ++-- README.md | 2 +- __init__.py | 2 +- release_notes/2.2.9.md | 1 + release_notes/unreleased.md | 2 -- 5 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 release_notes/2.2.9.md diff --git a/LICENSE b/LICENSE index c0cc138..f2b628d 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright (c) 2019-2024 Splunk Inc. + Copyright (c) 2019-2025 Splunk Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the 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 1888d31..04c2884 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # AWS Lambda Publisher: Splunk -Connector Version: 2.2.8 +Connector Version: 2.2.9 Product Vendor: AWS Product Name: Lambda Product Version Supported (regex): ".\*" diff --git a/__init__.py b/__init__.py index a21cc51..8c989b5 100644 --- a/__init__.py +++ b/__init__.py @@ -1,6 +1,6 @@ # File: __init__.py # -# Copyright (c) 2019-2024 Splunk Inc. +# Copyright (c) 2019-2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/release_notes/2.2.9.md b/release_notes/2.2.9.md new file mode 100644 index 0000000..e176329 --- /dev/null +++ b/release_notes/2.2.9.md @@ -0,0 +1 @@ +* Updated vulnerable dependencies [PAPP-34888] \ No newline at end of file diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index 5bfce43..fbcb2fd 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -1,3 +1 @@ **Unreleased** - -* Updated vulnerable dependencies [PAPP-34888] \ No newline at end of file