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
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