Skip to content

Commit

Permalink
Prepare for 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshanSS committed Feb 2, 2022
1 parent 475a738 commit 531c5dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
distribution = "slbeta6"
distribution = "2201.0.0"
org = "ballerinax"
name = "snowflake.driver"
version = "2.1.0"
version = "2.2.0"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["Business Intelligence/Data Warehouse", "Cost/Paid"]
Expand Down
4 changes: 2 additions & 2 deletions Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.0.0"
version = "1.0.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -37,7 +37,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "snowflake.driver"
version = "2.1.0"
version = "2.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerinai", name = "observe"}
Expand Down
2 changes: 1 addition & 1 deletion Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This package bundles the latest Snowflake JDBC Driver.
### Compatibility
| | Version |
|-----------------------------------|---------------------------------|
| Ballerina Language | Ballerina Swan Lake Beta6 |
| Ballerina Language | Ballerina Swan Lake 2201.0.0 |
| Snowflake JDBC Driver | 3.13.11 |

## Report issues
Expand Down

0 comments on commit 531c5dc

Please sign in to comment.