From 1880a2ed9c23b4c0948fca07f025c84ccaf570f6 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 Oct 2023 03:28:23 -0700 Subject: [PATCH] Release notes for version 2.1.8 --- LICENSE | 2 +- __init__.py | 2 +- awswafv2_connector.py | 2 +- awswafv2_consts.py | 2 +- release_notes/2.1.8.md | 1 + release_notes/unreleased.md | 1 - 6 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 release_notes/2.1.8.md diff --git a/LICENSE b/LICENSE index f003b93..b8242ac 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021 Splunk Inc. + Copyright (c) 2021-2023 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/__init__.py b/__init__.py index 8b7a30b..4ec5d51 100644 --- a/__init__.py +++ b/__init__.py @@ -1,6 +1,6 @@ # File: __init__.py # -# Copyright (c) 2021 Splunk Inc. +# Copyright (c) 2021-2023 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/awswafv2_connector.py b/awswafv2_connector.py index 94987b4..ef00bd8 100644 --- a/awswafv2_connector.py +++ b/awswafv2_connector.py @@ -1,6 +1,6 @@ # File: awswafv2_connector.py # -# Copyright (c) 2021 Splunk Inc. +# Copyright (c) 2021-2023 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/awswafv2_consts.py b/awswafv2_consts.py index 81a0ea0..ca4a526 100644 --- a/awswafv2_consts.py +++ b/awswafv2_consts.py @@ -1,6 +1,6 @@ # File: awswafv2_consts.py # -# Copyright (c) 2021 Splunk Inc. +# Copyright (c) 2021-2023 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.1.8.md b/release_notes/2.1.8.md new file mode 100644 index 0000000..7e8ee83 --- /dev/null +++ b/release_notes/2.1.8.md @@ -0,0 +1 @@ +* Removed requests, six and indirect dependencies from requirements [PAPP-30763] \ No newline at end of file diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index 90435c1..fbcb2fd 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -1,2 +1 @@ **Unreleased** -* Removed requests, six and indirect dependencies from requirements [PAPP-30763]