Skip to content

Commit c089eb9

Browse files
Merge pull request #302 from plivo/add-error-desc
Add error desc
2 parents b1e0167 + 0b0d379 commit c089eb9

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [5.46.2](https://github.com/plivo/plivo-java/tree/v5.46.2)(2025-09-25)
4+
**Feature - Add Campaign Error Desciption Field**
5+
36
## [5.46.1](https://github.com/plivo/plivo-java/tree/v5.46.1)(2025-09-25)
47
**Feature - Campaign Error Desciption Field**
58

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Plivo Java SDK makes it simpler to integrate communications into your Java a
1010

1111
### To Install Stable release
1212

13-
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).
13+
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).
1414

1515

1616
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
1919
<dependency>
2020
<groupId>com.plivo</groupId>
2121
<artifactId>plivo-java</artifactId>
22-
<version>5.46.1</version>
22+
<version>5.46.2</version>
2323
</dependency>
2424
```
2525

pom.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Written manually.
22

3-
version=5.46.1
3+
version=5.46.2
44
groupId=com.plivo
55
artifactId=plivo-java
66

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.plivo</groupId>
66
<artifactId>plivo-java</artifactId>
7-
<version>5.46.1</version>
7+
<version>5.46.2</version>
88
<name>plivo-java</name>
99
<description>A Java SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML</description>
1010
<licenses>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.46.1
1+
5.46.2

0 commit comments

Comments
 (0)