Skip to content

Commit

Permalink
Updated changelog, issued 0.4.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagamedov committed Oct 2, 2023
1 parent 6c7ec87 commit cb831fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
@@ -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
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion grpclib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .const import Status
from .exceptions import GRPCError

__version__ = '0.4.5'
__version__ = '0.4.6'

__all__ = (
'Status',
Expand Down

0 comments on commit cb831fc

Please sign in to comment.