From c5e7a97119c220f69b620278fca98b10acc503f4 Mon Sep 17 00:00:00 2001 From: Niveathika Date: Wed, 12 Jun 2024 13:16:07 +0530 Subject: [PATCH] Update changelog.md --- changelog.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/changelog.md b/changelog.md index 64f94726..31d94191 100644 --- a/changelog.md +++ b/changelog.md @@ -6,12 +6,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +### Changed + +## [1.13.1] - 2024-06-12 + +### Changed +- [Clean resources after procedure call failure](https://github.com/ballerina-platform/ballerina-library/issues/6626) + +## [1.13.0] - 2024-02-05 + +### Added +- Support for 2201.9.0 distribution + +## [1.12.1] - 2024-06-12 + +### Changed +- [Clean resources after procedure call failure](https://github.com/ballerina-platform/ballerina-library/issues/6626) + +## [1.12.0] - 2024-02-05 + ### Added - Support for Cursor based result set retrieval in procedure calls ### Changed - [Revert Accept escaped backtick as insertions in parameterised query](https://github.com/ballerina-platform/ballerina-standard-library/issues/2056) +## [1.11.2] - 2024-06-12 + +### Changed +- [Clean resources after procedure call failure](https://github.com/ballerina-platform/ballerina-library/issues/6626) + ## [1.11.1] - 2023-10-16 ### Changed