From 0f764ed507a28902af1d595a3532e1389d70101f Mon Sep 17 00:00:00 2001 From: Ruben2424 <61056653+Ruben2424@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:02:22 +0200 Subject: [PATCH] fix release notes (#252) --- changelog-h3-quinn.md | 3 ++- changelog-h3.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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