diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 6b7a662e9..3f5f17126 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "auth-native" version = "2.11.0" -path = "../native/build/libs/auth-native-2.11.0-SNAPSHOT.jar" +path = "../native/build/libs/auth-native-2.11.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 92b94ef9f..4190163a9 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0-20240405-165800-4b163f78" +distribution-version = "2201.9.0" [[package]] org = "ballerina" diff --git a/changelog.md b/changelog.md index 0bbef7e79..c16b92e07 100644 --- a/changelog.md +++ b/changelog.md @@ -1,11 +1,17 @@ # Change Log + This file contains all the notable changes done to the Ballerina Auth package through the releases. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [2.11.0] - 2024-05-03 + +- This version maintains compatibility with dependencies without any external changes. + ## [2.10.0] - 2023-09-15 + - This version maintains compatibility with dependencies without any external changes. ## [2.9.0] - 2023-06-30 diff --git a/gradle.properties b/gradle.properties index 744de2a81..54a6771b2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,11 +1,11 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.11.0-SNAPSHOT +version=2.11.1-SNAPSHOT puppycrawlCheckstyleVersion=10.12.0 slf4jVersion=1.7.30 ballerinaGradlePluginVersion=2.2.3 -ballerinaLangVersion=2201.9.0-20240502-141200-0a49fa42 +ballerinaLangVersion=2201.9.0 # Standard library dependencies # Level 1 @@ -13,13 +13,13 @@ stdlibIoVersion=1.6.0 stdlibTimeVersion=2.4.0 # Level 2 -stdlibCryptoVersion=2.7.0-20240502-172300-6b356e2 +stdlibCryptoVersion=2.7.0 stdlibLogVersion=2.9.0 stdlibTaskVersion=2.5.0 # Level 3 -stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e +stdlibCacheVersion=3.8.0 # Ballerinax Observer -observeVersion=1.2.3-20240408-194900-a0e331f -observeInternalVersion=1.2.2-20240408-195500-1436319 +observeVersion=1.2.3 +observeInternalVersion=1.2.2