From aaa2af4b1b550686d0178568141b310a8d50d877 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 6 Mar 2024 05:05:09 -0800 Subject: [PATCH] Release notes for version 3.1.1 --- LICENSE | 2 +- README.md | 2 +- __init__.py | 2 +- release_notes/3.1.1.md | 1 + release_notes/unreleased.md | 1 - request_handler.py | 2 +- smtp_connector.py | 2 +- smtp_consts.py | 2 +- 8 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 release_notes/3.1.1.md diff --git a/LICENSE b/LICENSE index 12536c5..b7b3c69 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 08b2357..2ade802 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # SMTP Publisher: Splunk -Connector Version: 3.1.0 +Connector Version: 3.1.1 Product Vendor: Generic Product Name: SMTP Product Version Supported (regex): ".\*" diff --git a/__init__.py b/__init__.py index bc35686..d7d82bb 100644 --- a/__init__.py +++ b/__init__.py @@ -1,6 +1,6 @@ # File: __init__.py # -# Copyright (c) 2016-2023 Splunk Inc. +# Copyright (c) 2016-2024 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/3.1.1.md b/release_notes/3.1.1.md new file mode 100644 index 0000000..c95e1d1 --- /dev/null +++ b/release_notes/3.1.1.md @@ -0,0 +1 @@ +* Bug fix for accessing vault temp directory path [PAPP-32426] \ No newline at end of file diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index 3ebbd5c..fbcb2fd 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -1,2 +1 @@ **Unreleased** -* Bug fix for accessing vault temp directory path [PAPP-32426] \ No newline at end of file diff --git a/request_handler.py b/request_handler.py index 3afcae7..68da0d7 100644 --- a/request_handler.py +++ b/request_handler.py @@ -1,6 +1,6 @@ # File: request_handler.py # -# Copyright (c) 2016-2023 Splunk Inc. +# Copyright (c) 2016-2024 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/smtp_connector.py b/smtp_connector.py index 4fc0928..3b5ba87 100644 --- a/smtp_connector.py +++ b/smtp_connector.py @@ -1,6 +1,6 @@ # File: smtp_connector.py # -# Copyright (c) 2016-2023 Splunk Inc. +# Copyright (c) 2016-2024 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/smtp_consts.py b/smtp_consts.py index c1e4c9f..58a8e8c 100644 --- a/smtp_consts.py +++ b/smtp_consts.py @@ -1,6 +1,6 @@ # File: smtp_consts.py # -# Copyright (c) 2016-2023 Splunk Inc. +# Copyright (c) 2016-2024 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.