Skip to content

Commit

Permalink
Add the changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisaruGuruge committed Oct 23, 2023
1 parent 158b639 commit 505ebcb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log
This file contains all the notable changes done to the Ballerina GraphQL 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]

### Changed

- [[#5073] Migrate to Gradle Build](https://github.com/ballerina-platform/ballerina-standard-library/issues/5073)
1 change: 0 additions & 1 deletion native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ checkstyle {

checkstyleMain.dependsOn ':checkstyle:downloadCheckstyleRuleFiles'


jar {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
dependsOn configurations.dist
Expand Down

0 comments on commit 505ebcb

Please sign in to comment.