Skip to content

Commit

Permalink
Merge pull request #582 from ballerina-platform/release-2.8.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.8.0 release
  • Loading branch information
MohamedSabthar authored Feb 11, 2025
2 parents 52fa4de + 80eef42 commit 18c176d
Show file tree
Hide file tree
Showing 4 changed files with 7 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,7 +16,7 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "crypto-native"
version = "2.8.0"
path = "../native/build/libs/crypto-native-2.8.0-SNAPSHOT.jar"
path = "../native/build/libs/crypto-native-2.8.0.jar"

[[platform.java21.dependency]]
groupId = "org.bouncycastle"
Expand Down
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.11.0-20250127-101700-a4b67fe5"
distribution-version = "2201.11.0"

[[package]]
org = "ballerina"
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),



## [Unreleased]
## [2.8.0] - 2025-02-11

### Added
- [Introduce new APIs to support PGP encryption and decryption with streams](https://github.com/ballerina-platform/ballerina-library/issues/7064)
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.8.0-SNAPSHOT
version=2.8.1-SNAPSHOT
checkstylePluginVersion=10.12.0
bouncycastleVersion=1.78
spotbugsPluginVersion=6.0.18
Expand All @@ -10,6 +10,6 @@ releasePluginVersion=2.8.0
ballerinaGradlePluginVersion=2.3.0
nativeImageVersion=22.2.0

ballerinaLangVersion=2201.11.0-20250127-101700-a4b67fe5
stdlibTimeVersion=2.6.0-20250127-170200-86bdc5a
stdlibIoVersion=1.7.0-20250127-170200-0d36f73
ballerinaLangVersion=2201.11.0
stdlibTimeVersion=2.6.0
stdlibIoVersion=1.7.0

0 comments on commit 18c176d

Please # to comment.