From ec1615b9a73599f5ec59bc60b3d4457b36f28be9 Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Tue, 9 Jul 2024 13:22:15 +0530 Subject: [PATCH] Add changelogs and update lang version --- changelog.md | 6 ++++++ gradle.properties | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index f8a1bed1..dd468d4b 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- [Added compiler plugin validations for H2 as a datasource](https://github.com/ballerina-platform/ballerina-library/issues/5715) + + +## [1.3.0] - 2024-05-03 + ### Fixed - [Fixed the persist compiler crash when no persist configurations are found](https://github.com/ballerina-platform/ballerina-library/issues/6187) diff --git a/gradle.properties b/gradle.properties index 594719e7..f9d2ec0e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.3.1-SNAPSHOT +version=1.4.0-SNAPSHOT puppycrawlCheckstyleVersion=10.12.0 checkstyleToolVersion=7.8.2 @@ -11,7 +11,7 @@ testngVersion=7.6.1 gsonVersion=2.10.1 ballerinaGradlePluginVersion=2.0.1 -ballerinaLangVersion=2201.9.0 +ballerinaLangVersion=2201.10.0-20240529-103800-249ab1b0 # Direct Dependencies