Skip to content

Commit

Permalink
Merge pull request #1226 from ballerina-platform/release-2.11.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.11.0 release
  • Loading branch information
DimuthuMadushan committed May 6, 2024
2 parents beed728 + 405b11d commit bee2e1a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
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
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

0 comments on commit bee2e1a

Please sign in to comment.