Skip to content

Commit

Permalink
Merge pull request #960 from kaneeldias/graalvm
Browse files Browse the repository at this point in the history
  • Loading branch information
kaneeldias committed Jun 22, 2023
2 parents 57a2d8b + 19383dc commit e226d3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed
- [Support retrieval of enum types](https://github.com/ballerina-platform/ballerina-standard-library/issues/4588)

## [1.8.0] - 2023-04-10

### Changed
- [Handle unsupported array type gracefully](https://github.com/ballerina-platform/ballerina-standard-library/issues/4201)

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ballerinaGradlePluginVersion=1.1.0

ballerinaLangVersion=2201.7.0-20230619-175900-bb4e4544

stdlibSqlVersion=1.10.0-20230621-085100-7175ed0
stdlibSqlVersion=1.10.0-20230622-103500-ec74911

# Direct Dependencies
# Level 01
Expand Down Expand Up @@ -50,10 +50,10 @@ stdlibJwtVersion=2.9.0-20230620-221100-adcdde4
stdlibOAuth2Version=2.9.0-20230620-214300-9df2b5a

# Level 05
stdlibHttpVersion=2.9.0-20230621-065800-bb69fb5
stdlibHttpVersion=2.9.0-20230621-211000-3a0a7fa

# Level 06
stdlibTransactionVersion=1.7.0-20230621-075800-07ccae7
stdlibTransactionVersion=1.7.0-20230622-075500-ff15926

# Ballerina extended library
stdlibMysqlDriverVersion=1.4.1

0 comments on commit e226d3f

Please sign in to comment.