From ca610385b29c6d273fb2ee9f6174a5f854df9fa6 Mon Sep 17 00:00:00 2001 From: Jeremy Meng Date: Thu, 2 May 2024 11:29:20 -0700 Subject: [PATCH] Prepare changelog for 3.0.2 release --- changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index ee4b6fc..826db25 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,8 @@ -### 3.0.1 - (Unreleased) +### 3.0.2 - (2024-05-02) + +- Set the max listener limit to 1000 for `RheaConnection` + +### 3.0.1 - (2023-05-05) - Fix a bug where `Connection` constructor isn't setting `operationTimeoutInSeconds` correctly.