From edb12e0a4f6e93a087b3c49a7686bb3e0f3e9471 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 10 Dec 2025 06:49:16 +0000 Subject: [PATCH 1/4] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 00c6116e..4bf48e46 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,7 +16,7 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "crypto-native" version = "2.10.0" -path = "../native/build/libs/crypto-native-2.10.0-SNAPSHOT.jar" +path = "../native/build/libs/crypto-native-2.10.0.jar" [[platform.java21.dependency]] groupId = "org.bouncycastle" From 0ebec981887daaf6a192ae3b28cf48fdadaaea1d Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 10 Dec 2025 06:49:16 +0000 Subject: [PATCH 2/4] [Gradle Release Plugin] - pre tag commit: 'v2.10.0'. --- ballerina/CompilerPlugin.toml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 738a1475..6511409d 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "crypto-compiler-plugin" class = "io.ballerina.stdlib.crypto.compiler.CryptoCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/crypto-compiler-plugin-2.10.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/crypto-compiler-plugin-2.10.0.jar" diff --git a/gradle.properties b/gradle.properties index 30dc7192..09b90791 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.10.0-SNAPSHOT +version=2.10.0 checkstylePluginVersion=10.12.0 bouncycastleVersion=1.80 spotbugsPluginVersion=6.0.18 From 584cf1a84d11972fbdfebba2146ad724d2ce655c Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 10 Dec 2025 06:49:17 +0000 Subject: [PATCH 3/4] [Gradle Release Plugin] - new version commit: 'v2.10.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 09b90791..10ce4905 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.10.0 +version=2.10.1-SNAPSHOT checkstylePluginVersion=10.12.0 bouncycastleVersion=1.80 spotbugsPluginVersion=6.0.18 From 05f7e5955e4485a37f793d03c11ffc3d0ad85509 Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Wed, 10 Dec 2025 12:24:34 +0530 Subject: [PATCH 4/4] update the changelog after the PR --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index 3bf5c5bc..131504c7 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [2.10.0] - 2025-12-10 + ### Added - [Introduce support for RSASSA-PSS (PS256) signature algorithm](https://github.com/ballerina-platform/ballerina-library/issues/8292) - [Introduce support for PBKDF2 password hashing and verification](https://github.com/ballerina-platform/ballerina-lang/issues/43926)