diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 209787f3..9d2ec160 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,7 +16,7 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "crypto-native" version = "2.5.0" -path = "../native/build/libs/crypto-native-2.5.0-SNAPSHOT.jar" +path = "../native/build/libs/crypto-native-2.5.0.jar" [[platform.java17.dependency]] groupId = "org.bouncycastle" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index aa276245..b5e5422c 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.8.0-20230830-220400-8a7556d8" +distribution-version = "2201.8.0" [[package]] org = "ballerina" diff --git a/changelog.md b/changelog.md index 718e85ff..80c755e3 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.5.0] - 2023-09-15 + ### Changed - [Remove support for AES/GCM/PKCS5ZPadding algorithm](https://github.com/ballerina-platform/ballerina-standard-library/issues/4775) diff --git a/gradle.properties b/gradle.properties index 2ddf1129..ae93c144 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.5.0-SNAPSHOT +version=2.5.1-SNAPSHOT puppycrawlCheckstyleVersion=10.12.0 bouncycastleVersion=1.74 githubSpotbugsVersion=5.0.14 @@ -10,5 +10,5 @@ researchgateReleaseVersion=2.8.0 ballerinaGradlePluginVersion=2.0.1 nativeImageVersion=22.2.0 -ballerinaLangVersion=2201.8.0-20230908-135700-74a59dff -stdlibTimeVersion=2.4.0-20230911-140200-7f96f1e +ballerinaLangVersion=2201.8.0 +stdlibTimeVersion=2.4.0