diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index b53639be..efc64851 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,7 +13,7 @@ distribution = "2201.3.0" groupId = "io.ballerina.stdlib" artifactId = "postgresql-native" version = "1.6.1" -path = "../native/build/libs/postgresql-native-1.6.1-SNAPSHOT.jar" +path = "../native/build/libs/postgresql-native-1.6.1.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index eab862bf..60689350 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "postgresql-compiler-plugin" class = "io.ballerina.stdlib.postgresql.compiler.PostgreSQLCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.6.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.6.1.jar" diff --git a/changelog.md b/changelog.md index 205a5c2d..ca2b6b97 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +## [1.6.1] - 2022-12-01 + ### Changed - [Updated API Docs on `posgresql.driver` usages](https://github.com/ballerina-platform/ballerina-standard-library/issues/3710) diff --git a/gradle.properties b/gradle.properties index 6ae54e58..780dbc3a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.6.1-SNAPSHOT +version=1.6.2-SNAPSHOT puppycrawlCheckstyleVersion=8.18 postgreSQLDriverVersion=42.4.3