diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index b20e275..a3909fd 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -15,14 +15,14 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.lib" artifactId = "copybook-native" -version = "0.1.3" -path="../native/build/libs/copybook-native-0.1.3.jar" +version = "0.2.0" +path="../native/build/libs/copybook-native-0.2.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.lib" artifactId = "copybook-commons" -version = "0.1.3" -path = "../commons/build/libs/copybook-commons-0.1.3.jar" +version = "0.2.0" +path = "../commons/build/libs/copybook-commons-0.2.0.jar" [[platform.java17.dependency]] groupId = "org.antlr" diff --git a/changelog.md b/changelog.md index 007b4e9..93168bb 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.2.0] - 2023-12-01 + +### Fixed +- [[#5848] Fix String Index Out Of Range Error During Decimal to String Conversion](https://github.com/ballerina-platform/ballerina-library/issues/5848) + +### Changed +- [[#5849] Rename Copybook Convertor Object to Converter](https://github.com/ballerina-platform/ballerina-library/issues/5849) + ## [0.1.3] - 2023-11-21 ### Added @@ -13,10 +21,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Fixed - [[#5783] Fix Incorrect Length Validation in Negative Decimals](https://github.com/ballerina-platform/ballerina-library/issues/5783) -- [[#5848] Fix String Index Out Of Range Error During Decimal to String Conversion](https://github.com/ballerina-platform/ballerina-library/issues/5848) - -### Changed -- [[#5849] Rename Copybook Convertor Object to Converter](https://github.com/ballerina-platform/ballerina-library/issues/5849) ## [0.1.2] - 2023-11-15 diff --git a/gradle.properties b/gradle.properties index 3120ba2..01cf1bf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.lib -version=0.1.4-SNAPSHOT +version=0.2.1-SNAPSHOT ballerinaLangVersion=2201.8.0 checkstylePluginVersion=10.12.0