From 7570475a556423f2df88bdc95802337978b9a4e2 Mon Sep 17 00:00:00 2001 From: Vishnu Pujari Date: Thu, 25 Sep 2025 15:27:18 +0530 Subject: [PATCH 1/2] add error desc --- CHANGELOG.md | 3 +++ README.md | 4 ++-- pom.properties | 2 +- pom.xml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2faa0d4a..6ba1ec45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [5.46.2](https://github.com/plivo/plivo-java/tree/v5.46.2)(2025-09-25) +**Feature - Add Campaign Error Desciption Field** + ## [5.46.1](https://github.com/plivo/plivo-java/tree/v5.46.1)(2025-09-25) **Feature - Campaign Error Desciption Field** diff --git a/README.md b/README.md index 4c590ae8..d78b8229 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The Plivo Java SDK makes it simpler to integrate communications into your Java a ### To Install Stable release -You can use this SDK by adding it as a dependency in your dependency management tool. Alternatively, you can use the [JAR file](https://search.maven.org/remotecontent?filepath=com/plivo/plivo-java/5.46.1/plivo-java-5.46.1.jar). +You can use this SDK by adding it as a dependency in your dependency management tool. Alternatively, you can use the [JAR file](https://search.maven.org/remotecontent?filepath=com/plivo/plivo-java/5.46.2/plivo-java-5.46.2.jar). If you are using Maven, use the following XML to include the Plivo SDK as a dependency. @@ -19,7 +19,7 @@ If you are using Maven, use the following XML to include the Plivo SDK as a depe com.plivo plivo-java - 5.46.1 + 5.46.2 ``` diff --git a/pom.properties b/pom.properties index 98000632..3b0b0b22 100644 --- a/pom.properties +++ b/pom.properties @@ -1,6 +1,6 @@ # Written manually. -version=5.46.1 +version=5.46.2 groupId=com.plivo artifactId=plivo-java diff --git a/pom.xml b/pom.xml index 7806a7f2..29fbc18d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.plivo plivo-java - 5.46.1 + 5.46.2 plivo-java A Java SDK to make voice calls & send SMS using Plivo and to generate Plivo XML From 0b0d379fe77e74fbbaa655ded4f9eb8d2753336e Mon Sep 17 00:00:00 2001 From: Vishnu Pujari Date: Thu, 25 Sep 2025 15:28:32 +0530 Subject: [PATCH 2/2] fix version --- src/main/resources/com/plivo/api/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/com/plivo/api/version.txt b/src/main/resources/com/plivo/api/version.txt index 39507a44..22c577a0 100644 --- a/src/main/resources/com/plivo/api/version.txt +++ b/src/main/resources/com/plivo/api/version.txt @@ -1 +1 @@ -5.46.1 \ No newline at end of file +5.46.2 \ No newline at end of file