diff --git a/README.md b/README.md
index 91c12ed30..46e1224e0 100755
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
- [What's New](https://github.com/oracle-devrel/cd3-automation-toolkit/releases/tag/v2024.3.1) • [Excel Templates](https://oracle-devrel.github.io/cd3-automation-toolkit/excel-templates) • [CD3 Docs](https://oracle-devrel.github.io/cd3-automation-toolkit/) • [Watch & Learn](https://www.youtube.com/playlist?list=PLPIzp-E1msrbJ3WawXVhzimQnLw5iafcp) • [Blogs & Tutorials](https://oracle-devrel.github.io/cd3-automation-toolkit/tutorials/) • [OCI CD3-Livelabs](https://apexapps.oracle.com/pls/apex/f?p=133:180:112501098061930::::wid:3724)
+ [What's New](https://github.com/oracle-devrel/cd3-automation-toolkit/releases/tag/v2024.3.2) • [Excel Templates](https://oracle-devrel.github.io/cd3-automation-toolkit/excel-templates) • [CD3 Docs](https://oracle-devrel.github.io/cd3-automation-toolkit/) • [Watch & Learn](https://www.youtube.com/playlist?list=PLPIzp-E1msrbJ3WawXVhzimQnLw5iafcp) • [Blogs & Tutorials](https://oracle-devrel.github.io/cd3-automation-toolkit/tutorials/) • [OCI CD3-Livelabs](https://apexapps.oracle.com/pls/apex/f?p=133:180:112501098061930::::wid:3724)
diff --git a/cd3_automation_toolkit/Release-Notes b/cd3_automation_toolkit/Release-Notes
index 239616123..21f771400 100644
--- a/cd3_automation_toolkit/Release-Notes
+++ b/cd3_automation_toolkit/Release-Notes
@@ -1,9 +1,16 @@
+-------------------------------------
+CD3 Automation Toolkit Tag v2024.3.2
+Jun 26th, 2024
+-------------------------------------
+1. Bug fix for python package- fixed numpy version for pandas
+
-------------------------------------
CD3 Automation Toolkit Tag v2024.3.1
Jun 18th, 2024
-------------------------------------
1. Bug fixes for OCI Firewall
2. Moved to Jenkins latest plugins
+
-------------------------------------
CD3 Automation Toolkit Tag v2024.3.0
Jun 7th, 2024
diff --git a/cd3_automation_toolkit/shell_script.sh b/cd3_automation_toolkit/shell_script.sh
index cb7fa43c6..cce9129ff 100644
--- a/cd3_automation_toolkit/shell_script.sh
+++ b/cd3_automation_toolkit/shell_script.sh
@@ -16,6 +16,7 @@ sudo dnf install python-pip -y
pip install --user oci-cli==3.39.0
pip install --user pycryptodomex==3.10.1
pip install --user regex==2022.10.31
+pip install --user numpy==1.26.4
pip install --user pandas==1.1.5
pip install --user openpyxl==3.0.7
pip install --user xlrd==1.2.0