From f54db74890c6b4e88ba76ca99e35a83b3dec2b10 Mon Sep 17 00:00:00 2001 From: David Zaslavsky Date: Sat, 5 Oct 2024 15:31:25 -0700 Subject: [PATCH 1/2] Fix a typo in changelog I accidentially wrote 0.9.1 instead of 0.9.0 when I updated the changelog for the last release. I'm fixing it now. --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index ab719b2..7229d35 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -0.9.1 (2024-08-13) +0.9.0 (2024-08-13) ------------------ Add support for exposing server certificate From 69cb864dc83b68b8f6480f47e30ea1e89c5ea2c4 Mon Sep 17 00:00:00 2001 From: David Zaslavsky Date: Sat, 5 Oct 2024 15:34:05 -0700 Subject: [PATCH 2/2] Update changelog for the upcoming 0.9.0.post0 release --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 7229d35..9082df1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +0.9.0.post0 (2024-10-05) +------------------------ + +Update listed dependencies to add support for pytest 8 and drop support for pytest<4.6 + + 0.9.0 (2024-08-13) ------------------