From 6a6af2d4f97c1043e571d09c344af1a1a1c7c058 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 20 Dec 2023 05:38:58 -0800 Subject: [PATCH] Release notes for version 3.0.2 --- LICENSE | 2 +- release_notes/3.0.2.md | 1 + release_notes/unreleased.md | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 release_notes/3.0.2.md diff --git a/LICENSE b/LICENSE index 21ab60a..c9694ca 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/release_notes/3.0.2.md b/release_notes/3.0.2.md new file mode 100644 index 0000000..7549a0c --- /dev/null +++ b/release_notes/3.0.2.md @@ -0,0 +1 @@ +* Updated requests and certifi dependencies in order to use platform packages [PAPP-30822,PAPP-31096] \ No newline at end of file diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index 96e416d..fbcb2fd 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -1,2 +1 @@ **Unreleased** -* Updated requests and certifi dependencies in order to use platform packages [PAPP-30822,PAPP-31096]