From fb23108c97fd47f49261ac182700a87b340ee06a Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Wed, 30 Oct 2024 09:29:44 +0530 Subject: [PATCH] Update changelog after v1.13.4 --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index db4f4a9d..598fe50d 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.13.4] - 2024-10-30 + ### Changed - [Fix stored procedure call having output parameter failing with result set closed error](https://github.com/ballerina-platform/ballerina-library/issues/7255)