From 31d49d80d214bacd7a1891e47d34f48e46971389 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 16 Oct 2023 09:51:29 +0000 Subject: [PATCH 1/5] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 8c0ee76..98717ce 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -22,7 +22,7 @@ dependencies = [ [[package]] org = "ballerina" name = "cache" -version = "3.7.1" +version = "3.7.0" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "jballerina.java"}, @@ -64,7 +64,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.10.3" +version = "2.10.1" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, From ebfd2268ce387b35818f043bb27199f801a1e90c Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 16 Oct 2023 09:52:38 +0000 Subject: [PATCH 2/5] [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 39d6ca3..447ce58 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -20,7 +20,7 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "soap-native" version = "0.8.0" -path = "../native/build/libs/soap-native-0.8.0-SNAPSHOT.jar" +path = "../native/build/libs/soap-native-0.8.0.jar" [[platform.java17.dependency]] groupId = "org.apache.wss4j" From 91b3ed8f970a22c8e47bb6a87bf92819a981bd9a Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 16 Oct 2023 09:52:38 +0000 Subject: [PATCH 3/5] [Gradle Release Plugin] - pre tag commit: 'v0.8.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f4d8af6..a6e31f2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=0.8.0-SNAPSHOT +version=0.8.0 checkstylePluginVersion=10.12.0 spotbugsPluginVersion=5.0.14 From 8e6dca78799d174babec43c24afd53077cc7f5ff Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 16 Oct 2023 09:52:40 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - new version commit: 'v0.8.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a6e31f2..cb4680c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=0.8.0 +version=0.8.1-SNAPSHOT checkstylePluginVersion=10.12.0 spotbugsPluginVersion=5.0.14 From bb0d224835c8a88dfdfa723de542283ec78cbe85 Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Tue, 17 Oct 2023 10:55:58 +0530 Subject: [PATCH 5/5] Update changelog after 0.8.0 --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index 0023fc7..558c38e 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,8 @@ This file contains all the notable changes done to the Ballerina SOAP package th ## [Unreleased] +## [0.8.0] - 2023-10-16 + ### Added - [Introduce soap standard library module](https://github.com/ballerina-platform/ballerina-standard-library/issues/4500) - [Introduce basic soap client](https://github.com/ballerina-platform/ballerina-standard-library/issues/4618)