Skip to content

Commit

Permalink
Merge pull request #695 from ballerina-platform/release-1.11.1
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.11.1 release
  • Loading branch information
niveathika authored Oct 16, 2023
2 parents 86a1887 + 375e994 commit 6c8b5ec
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 7 deletions.
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "sql"
version = "1.11.0"
version = "1.11.1"
authors = ["Ballerina"]
keywords = ["database", "client", "network", "SQL", "RDBMS"]
repository = "https://github.com/ballerina-platform/module-ballerina-sql"
Expand All @@ -15,11 +15,11 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "sql-native"
version = "1.11.0"
path = "../native/build/libs/sql-native-1.11.0.jar"
version = "1.11.1"
path = "../native/build/libs/sql-native-1.11.1.jar"

[[platform.java17.dependency]]
path = "../test-utils/build/libs/sql-test-utils-1.11.0.jar"
path = "../test-utils/build/libs/sql-test-utils-1.11.1.jar"
scope = "testOnly"

[[platform.java17.dependency]]
Expand Down
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "sql-compiler-plugin"
class = "io.ballerina.stdlib.sql.compiler.SQLCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.11.0.jar"
path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.11.1.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.11.0"
version = "1.11.1"
dependencies = [
{org = "ballerina", name = "file"},
{org = "ballerina", name = "io"},
Expand Down
20 changes: 20 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- [Revert Accept escaped backtick as insertions in parameterised query](https://github.com/ballerina-platform/ballerina-standard-library/issues/2056)

## [1.11.1] - 2023-10-16

### Changed
- [Revert Accept escaped backtick as insertions in parameterised query](https://github.com/ballerina-platform/ballerina-standard-library/issues/2056)

## [1.11.0] - 2023-09-18

### Added
- Support for Java17

## [1.10.1] - 2023-10-16

### Changed
- [Revert Accept escaped backtick as insertions in parameterised query](https://github.com/ballerina-platform/ballerina-standard-library/issues/2056)

## [1.10.0] - 2023-06-30

### Added
Expand All @@ -24,11 +34,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- [Fix failure for unsupported time type](https://github.com/ballerina-platform/ballerina-standard-library/issues/4531)

## [1.9.1] - 2023-10-16

### Changed
- [Revert Accept escaped backtick as insertions in parameterised query](https://github.com/ballerina-platform/ballerina-standard-library/issues/2056)

## [1.9.0] - 2023-06-01

### Changed
- Add GraalVM support

## [1.8.1] - 2023-10-16

### Changed
- [Revert Accept escaped backtick as insertions in parameterised query](https://github.com/ballerina-platform/ballerina-standard-library/issues/2056)

## [1.8.0] - 2023-04-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.11.1-SNAPSHOT
version=1.11.2-SNAPSHOT

puppycrawlCheckstyleVersion=10.12.1
hikkariLibVersion=3.3.1
Expand Down

0 comments on commit 6c8b5ec

Please sign in to comment.