diff --git a/changelog-h3-quinn.md b/changelog-h3-quinn.md index 051aa65f..2deb638a 100644 --- a/changelog-h3-quinn.md +++ b/changelog-h3-quinn.md @@ -1,6 +1,7 @@ -### v0.0.6 (2024-07-01) +### v0.0.7 (2024-07-01) * Consolidate quic trait redundancy * make types Sync +* new tracing feature ### v0.0.6 (2024-05-20) * use quinn 0.11 diff --git a/changelog-h3.md b/changelog-h3.md index 4801fe32..2260eef0 100644 --- a/changelog-h3.md +++ b/changelog-h3.md @@ -2,6 +2,7 @@ * Consolidate quic trait redundancy * start qpack streams * send grease stream in the background +* new tracing feature ### v0.0.5 (2024-05-20) * add `poll_recv_data()` for server