From 9b07c70f003baf0dfb338a6a2ed7eb5738405597 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 7 Feb 2025 05:08:39 +0000 Subject: [PATCH 1/5] Move dependencies to stable versions --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 67a7b78..3f129d3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,6 +10,6 @@ releasePluginVersion=2.8.0 ballerinaGradlePluginVersion=2.3.0 nativeImageVersion=22.2.0 -ballerinaLangVersion=2201.11.0-20250127-101700-a4b67fe5 -stdlibTimeVersion=2.6.0-20250127-170200-86bdc5a -stdlibIoVersion=1.7.0-20250127-170200-0d36f73 +ballerinaLangVersion=2201.11.0 +stdlibTimeVersion=2.6.0 +stdlibIoVersion=1.7.0 From 18d055a8f12bdad27fbb7556da6064fc56e548b3 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 7 Feb 2025 05:09:42 +0000 Subject: [PATCH 2/5] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- ballerina/Dependencies.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index cda63cf..c1701bc 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,7 +16,7 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "crypto-native" version = "2.8.0" -path = "../native/build/libs/crypto-native-2.8.0-SNAPSHOT.jar" +path = "../native/build/libs/crypto-native-2.8.0.jar" [[platform.java21.dependency]] groupId = "org.bouncycastle" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 0184bd2..b619162 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20250127-101700-a4b67fe5" +distribution-version = "2201.11.0" [[package]] org = "ballerina" From 79fee838b7aa8e46b21310edef20d81d189c18ed Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 7 Feb 2025 05:09:42 +0000 Subject: [PATCH 3/5] [Gradle Release Plugin] - pre tag commit: 'v2.8.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 3f129d3..a4facbf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.8.0-SNAPSHOT +version=2.8.0 checkstylePluginVersion=10.12.0 bouncycastleVersion=1.78 spotbugsPluginVersion=6.0.18 From 524faa50e4684520891bec54b57ab26352f59c2b Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 7 Feb 2025 05:09:43 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - new version commit: 'v2.8.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a4facbf..7461a90 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.8.0 +version=2.8.1-SNAPSHOT checkstylePluginVersion=10.12.0 bouncycastleVersion=1.78 spotbugsPluginVersion=6.0.18 From 80eef42514eea674abbc41454e20acc66f029714 Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Tue, 11 Feb 2025 14:27:45 +0530 Subject: [PATCH 5/5] Update change log after 2.8.0 release --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 36b5d22..a7c793d 100644 --- a/changelog.md +++ b/changelog.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -## [Unreleased] +## [2.8.0] - 2025-02-11 ### Added - [Introduce new APIs to support PGP encryption and decryption with streams](https://github.com/ballerina-platform/ballerina-library/issues/7064)