From 125e1c3ddb3ac11526d786a94ac595da09bf1f91 Mon Sep 17 00:00:00 2001 From: Dilan Sachintha Nayanajith Date: Tue, 31 Oct 2023 11:03:29 +0530 Subject: [PATCH] Add changelog to the repo --- changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..d131661 --- /dev/null +++ b/changelog.md @@ -0,0 +1,9 @@ +# Change Log +This file contains all the notable changes done to the Ballerina IBM MQ 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 +- [Introduce ballerina `ibm.ibmmq` package](https://github.com/ballerina-platform/ballerina-standard-library/issues/5084)