summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2023-01-01 23:28:49 -0500
committerGitHub <noreply@github.com>2023-01-02 11:28:49 +0700
commitf7e6a4d490359ea8f03ad05c6f8c9eb6462dbbe8 (patch)
tree0e0e0bfa1401b1a7ae92647971c0123e0e7edf94 /CHANGELOG.rst
parent30529952a2ce5c9621a69e46cd3863f6e2aab05c (diff)
downloadpyopenssl-f7e6a4d490359ea8f03ad05c6f8c9eb6462dbbe8.tar.gz
23.0.0 version bump (#1175)23.0.0
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 04b24a0..bfee33d 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -4,7 +4,7 @@ Changelog
Versions are year-based with a strict backward-compatibility policy.
The third digit is only for regressions.
-22.2.0 (UNRELEASED)
+23.0.0 (2023-01-01)
-------------------
Backward-incompatible changes:
@@ -19,6 +19,7 @@ Changes:
- Add ``OpenSSL.SSL.X509StoreFlags.PARTIAL_CHAIN`` constant to allow for users
to perform certificate verification on partial certificate chains.
`#1166 <https://github.com/pyca/pyopenssl/pull/1166>`_
+- ``cryptography`` maximum version has been increased to 39.0.x.
22.1.0 (2022-09-25)
-------------------