From daee40dfaffa80a9d360a1e60b66018deb8b439d Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:36:35 +0530 Subject: [PATCH 1/2] Update distribution version --- build-config/resources/Ballerina.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index e1cabea0..0684d2fd 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["security", "hash", "hmac", "sign", "encrypt", "decrypt", "private k repository = "https://github.com/ballerina-platform/module-ballerina-crypto" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.11.0" +distribution = "2201.12.0" [platform.java21] graalvmCompatible = true From daf7da6ce416c63ee38755bf7d327911155dcaf9 Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:37:36 +0530 Subject: [PATCH 2/2] Bump the next minor version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 19a97a37..b945f88b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.8.1-SNAPSHOT +version=2.9.0-SNAPSHOT checkstylePluginVersion=10.12.0 bouncycastleVersion=1.78 spotbugsPluginVersion=6.0.18