From c9b00900de4d3e952b47243853f54bd1e2205fce Mon Sep 17 00:00:00 2001 From: aashikam Date: Tue, 6 Feb 2024 11:22:01 +0530 Subject: [PATCH] Add changelog.md --- changelog.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..8a30606 --- /dev/null +++ b/changelog.md @@ -0,0 +1,24 @@ +# Changelog + +This file contains all the notable changes done to the Ballerina `aws.redshift` package through the releases. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added + +- [Improve documentation](https://github.com/ballerina-platform/ballerina-library/issues/5997) + +## [1.0.0] - 2024-01-26 + +### Added + +- [Add support for SSL](https://github.com/ballerina-platform/ballerina-library/issues/5923) + +## [0.1.0] - 2023-12-08 + +### Added + +- [Implement AWS Redshift connector](https://github.com/ballerina-platform/ballerina-library/issues/5844)