Skip to content

Commit

Permalink
Merge pull request #17 from ballerina-platform/release-1.0.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.0.0 release
  • Loading branch information
niveathika authored Jun 3, 2024
2 parents 8a54097 + 07d118c commit b1a351a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ graalvmCompatible = true

[[platform.java17.dependency]]
groupId = "io.ballerina.lib.sap"
artifactId = "sap-native-1.0.0-SNAPSHOT"
version="1.0.0-SNAPSHOT"
path = "../native/build/libs/sap-native-1.0.0-SNAPSHOT.jar"
artifactId = "sap-native-1.0.0"
version="1.0.0"
path = "../native/build/libs/sap-native-1.0.0.jar"
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- Add `sap:Client` support

### Changed

## [1.0.0] - 03/06/2024

### Added
- Add `sap:Client` support
2 changes: 1 addition & 1 deletion 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=1.0.0-SNAPSHOT
version=1.0.1-SNAPSHOT

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
Expand Down

0 comments on commit b1a351a

Please sign in to comment.