Skip to content

Commit

Permalink
Merge pull request #1321 from ballerina-platform/release-2.12.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.12.0 release
  • Loading branch information
DimuthuMadushan authored Aug 26, 2024
2 parents c1dfe18 + e292d6a commit ca8b738
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 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.12.0"
path = "../native/build/libs/auth-native-2.12.0-SNAPSHOT.jar"
path = "../native/build/libs/auth-native-2.12.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.10.0-20240806-083400-aabac46a"
distribution-version = "2201.10.0"

[[package]]
org = "ballerina"
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [2.12.0] - 2024-088-20

- This version maintains compatibility with dependencies without any external changes.

## [2.11.1] - 2024-08-01

### Fixed
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.12.0-SNAPSHOT
version=2.12.1-SNAPSHOT
puppycrawlCheckstyleVersion=10.12.0
slf4jVersion=1.7.30
ballerinaGradlePluginVersion=2.2.6

ballerinaLangVersion=2201.10.0-20240814-095500-9d14866a
ballerinaLangVersion=2201.10.0

# Standard library dependencies
# Level 1
Expand All @@ -14,12 +14,12 @@ stdlibTimeVersion=2.4.0

# Level 2
stdlibCryptoVersion=2.7.2
stdlibLogVersion=2.10.0-20240814-120000-f0c3cc8
stdlibLogVersion=2.10.0
stdlibTaskVersion=2.5.0

# Level 3
stdlibCacheVersion=3.8.0

# Ballerinax Observer
observeVersion=1.3.0-20240814-114100-0f71e1e
observeInternalVersion=1.3.0-20240814-114900-8a734a3
observeVersion=1.3.0
observeInternalVersion=1.3.0

0 comments on commit ca8b738

Please sign in to comment.