From 4d98a2a6415c835affffa8174ede379c856262fa Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 9 Oct 2025 04:13:43 +0000 Subject: [PATCH 1/4] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 6 +++--- ballerina/CompilerPlugin.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 8159e2d3..98490174 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,17 +16,17 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "log-native" version = "2.14.0" -path = "../native/build/libs/log-native-2.14.0-SNAPSHOT.jar" +path = "../native/build/libs/log-native-2.14.0.jar" [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "log-compiler-plugin" version = "2.14.0" -path = "../compiler-plugin/build/libs/log-compiler-plugin-2.14.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/log-compiler-plugin-2.14.0.jar" [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "log-test-utils" version = "2.14.0" -path = "../test-utils/build/libs/log-test-utils-2.14.0-SNAPSHOT.jar" +path = "../test-utils/build/libs/log-test-utils-2.14.0.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 100bfa67..3b2ead9b 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "log-compiler-plugin" class = "io.ballerina.stdlib.log.compiler.LogCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/log-compiler-plugin-2.14.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/log-compiler-plugin-2.14.0.jar" From 50c3d02470c9bcce042313eb644b1f300fa2cce4 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 9 Oct 2025 04:13:43 +0000 Subject: [PATCH 2/4] [Gradle Release Plugin] - pre tag commit: 'v2.14.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a46400c4..9f2ba570 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.14.0-SNAPSHOT +version=2.14.0 ballerinaLangVersion=2201.12.0 checkstylePluginVersion=10.12.0 From b6e28ca50f1b568ae1765bc8c13b389b7ea27a7e Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 9 Oct 2025 04:13:44 +0000 Subject: [PATCH 3/4] [Gradle Release Plugin] - new version commit: 'v2.14.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9f2ba570..448b8c86 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.14.0 +version=2.14.1-SNAPSHOT ballerinaLangVersion=2201.12.0 checkstylePluginVersion=10.12.0 From 605db949120211ec75d07fb2911aaecca62bd9d3 Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Thu, 9 Oct 2025 09:49:04 +0530 Subject: [PATCH 4/4] Update changelog for version 2.14.0 release --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 6c61536d..e07a31d4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ # Change Log This file contains all the notable changes done to the Ballerina TCP package through the releases. -## [Unreleased] +## [2.14.0] - 2025-10-09 ### Added