diff --git a/CITATION.cff b/CITATION.cff
index 3c0a6de38..d0014c902 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -45,5 +45,5 @@ keywords:
- climatology
- climate variability
license: BSD-3-Clause
-version: '3.8.1'
-date-released: '2025-01-06'
+version: '3.8.2'
+date-released: '2025-01-09'
diff --git a/README.md b/README.md
index b35bc15f1..97193b110 100755
--- a/README.md
+++ b/README.md
@@ -121,6 +121,7 @@ Release Notes and History
|
[Versions]
| Update summary |
| ------------- | ------------------------------------- |
+| [v3.8.2] | Technical update
| [v3.8.1] | Technical update with new figure (modes of variability multi-panel plot)
| [v3.8] | New capability (**figure generation for ENSO**, xCDAT migration completed for **Monsoon Wang** with figure generation), major dependency update (`numpy` >= 2.0)
| [v3.7.2] | Technical update
@@ -173,6 +174,7 @@ Release Notes and History
[Versions]: https://github.com/PCMDI/pcmdi_metrics/releases
+[v3.8.2]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.8.2
[v3.8.1]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.8.1
[v3.8]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.8
[v3.7.2]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.7.2
diff --git a/conda-env/ci.yml b/conda-env/ci.yml
index 653f40f03..5eede91cc 100644
--- a/conda-env/ci.yml
+++ b/conda-env/ci.yml
@@ -19,7 +19,7 @@ dependencies:
- cdp=1.7.0
- eofs=2.0.0
- seaborn=0.12.2
- - enso_metrics=1.1.4
+ - enso_metrics=1.1.5
- xcdat=0.7.3
- xmltodict=0.13.0
- setuptools=67.7.2
diff --git a/conda-env/dev.yml b/conda-env/dev.yml
index 15a68b9ea..466fdf7a2 100644
--- a/conda-env/dev.yml
+++ b/conda-env/dev.yml
@@ -19,7 +19,7 @@ dependencies:
- cdp=1.7.0
- eofs=2.0.0
- seaborn=0.12.2
- - enso_metrics=1.1.4
+ - enso_metrics=1.1.5
- xcdat=0.7.3
- xmltodict=0.13.0
- setuptools=67.7.2
diff --git a/pcmdi_metrics/_version.py b/pcmdi_metrics/_version.py
index e4e78c0b9..2ae7a9632 100644
--- a/pcmdi_metrics/_version.py
+++ b/pcmdi_metrics/_version.py
@@ -1 +1 @@
-__version__ = "3.8.1"
+__version__ = "3.8.2"