From 95e1fb5afb7eedc82ea2d389dc88b2c04c16d311 Mon Sep 17 00:00:00 2001 From: vbhattaccmu <53374818+vbhattaccmu@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:58:03 +0530 Subject: [PATCH] docs: update changelog. --- protocols/identify/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/protocols/identify/CHANGELOG.md b/protocols/identify/CHANGELOG.md index c5778ff92ee..96324e498d1 100644 --- a/protocols/identify/CHANGELOG.md +++ b/protocols/identify/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.45.2 + +- Make stream timeout and maximum number of concurrent streams configurable on identify. + See [](). + ## 0.45.1 - Add `hide_listen_addrs` option to prevent leaking (local) listen addresses.