Generate release notes for v7.4.1.

main tapir
derekpierre 2024-09-12 13:22:34 -04:00
parent b43e7e6483
commit 8f03cd5b7e
No known key found for this signature in database
2 changed files with 10 additions and 2 deletions

View File

@ -1,2 +0,0 @@
Prevent connectivity issues from improperly re-initializing underlying instances of ``EthereumClient``
and ``Web3`` within a ``BlockchainInterface`` instance.

View File

@ -4,6 +4,16 @@ Releases
.. towncrier release notes start
v7.4.1 (2024-09-12)
-------------------
Bugfixes
~~~~~~~~
- Prevent connectivity issues from improperly re-initializing underlying instances of ``EthereumClient``
and ``Web3`` within a ``BlockchainInterface`` instance. (`#3549 <https://github.com/nucypher/nucypher/issues/3549>`__)
v7.4.0 (2024-08-12)
-------------------