Updated changelog, issued 0.4.6 release

This commit is contained in:
Vladimir Magamedov 2023-10-02 20:12:43 +03:00
parent 502beb5f2f
commit 9bca0866fa
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,15 @@
Changelog
=========
0.4.6
~~~~~
- **BREAKING:** Regenerated internal ``*_pb2.py`` files, they now require
``protobuf>=3.20.0``
- Implemented support for ``ssl.get_default_verify_paths()`` as a way to
specify CA certificates to create secure ``Channel``
- Implemented ``Configuration.ssl_target_name_override`` option
0.4.5
~~~~~

View File

@ -1,7 +1,7 @@
from .const import Status
from .exceptions import GRPCError
__version__ = '0.4.5'
__version__ = '0.4.6'
__all__ = (
'Status',