Skip to content

Commit

Permalink
📝 add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Sep 28, 2024
1 parent 1fb31af commit 58b7b97
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.2.0 (2024-09-28)
====================

**Added**
- Support for informational response 1XX in HTTP/3. The event ``InformationalHeadersReceived`` has been added to reflect that.

**Changed**
- Update rustls v0.23.12 to v0.23.13 along with dependents.

1.1.0 (2024-09-20)
====================

Expand Down
2 changes: 1 addition & 1 deletion qh3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .quic.packet import QuicProtocolVersion
from .tls import CipherSuite, SessionTicket

__version__ = "1.1.0"
__version__ = "1.2.0"

__all__ = (
"connect",
Expand Down

0 comments on commit 58b7b97

Please sign in to comment.