Skip to content

Commit fd70632

Browse files
reaperhulkalex
authored andcommitted
changelog and call it 19 now (#807)
1 parent 1f9c5d1 commit fd70632

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
Versions are year-based with a strict backward-compatibility policy.
55
The third digit is only for regressions.
66

7-
18.1.0 (UNRELEASED)
7+
19.0.0 (UNRELEASED)
88
-------------------
99

1010

@@ -24,7 +24,11 @@ Deprecations:
2424
Changes:
2525
^^^^^^^^
2626

27-
*none*
27+
- pyOpenSSL now works with OpenSSL 1.1.1.
28+
`#805 <https://github.com/pyca/pyopenssl/pull/805>`_
29+
- pyOpenSSL now handles NUL bytes in ``X509Name.get_components()``
30+
`#804 <https://github.com/pyca/pyopenssl/pull/804>`_
31+
2832

2933

3034
----

src/OpenSSL/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"__title__", "__uri__", "__version__",
1212
]
1313

14-
__version__ = "18.1.0.dev0"
14+
__version__ = "19.0.0.dev0"
1515

1616
__title__ = "pyOpenSSL"
1717
__uri__ = "https://pyopenssl.org/"

0 commit comments

Comments
 (0)