diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 7ab291d27..b59c616e8 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "ftp" -version = "2.13.2" +version = "2.14.0" authors = ["Ballerina"] keywords = ["FTP", "SFTP", "remote file", "file transfer", "client", "service"] repository = "https://github.com/ballerina-platform/module-ballerina-ftp" @@ -45,5 +45,5 @@ path = "./lib/commons-lang3-3.17.0.jar" [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "ftp-native" -version = "2.13.2" -path = "../native/build/libs/ftp-native-2.13.2-SNAPSHOT.jar" +version = "2.14.0" +path = "../native/build/libs/ftp-native-2.14.0-SNAPSHOT.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index f4bf20dc7..e1bbfd099 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "ftp-compiler-plugin" class = "io.ballerina.stdlib.ftp.plugin.FtpCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/ftp-compiler-plugin-2.13.2-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/ftp-compiler-plugin-2.14.0-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index b760c9a2e..61c04c3a9 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -10,7 +10,7 @@ distribution-version = "2201.12.0" [[package]] org = "ballerina" name = "ftp" -version = "2.13.2" +version = "2.14.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, diff --git a/changelog.md b/changelog.md index 8b6050aac..98e2c0f71 100644 --- a/changelog.md +++ b/changelog.md @@ -5,10 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## unreleased +### Added + ### Fixed -- [Fix the issue where the FTP listener stops working if the file name is the same](https://github.com/ballerina-platform/ballerina-library/issues/8035) + +## [2.14.0] - 2025-08-20 + +### Added + - [Added support for `userDirIsRoot` configuration in FTP/SFTP clients and listeners to handle jailed home directory environments](https://github.com/ballerina-platform/ballerina-library/issues/8153) +### Fixed +- [Fix the issue where the FTP listener stops working if the file name is the same](https://github.com/ballerina-platform/ballerina-library/issues/8035) + ## [2.13.1] - 2025-04-23 ### Fixed diff --git a/gradle.properties b/gradle.properties index 482f20301..9fde4f425 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.13.2-SNAPSHOT +version=2.14.0-SNAPSHOT checkstylePluginVersion=10.12.0 testngVersion=7.6.1