diff --git a/CHANGELOG.md b/CHANGELOG.md index 67e53bfa32e5..c48ef20b3d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update to circleci-tools orb v4 - This adds the ability to do an `ifx` test along with the `ifort` test (though `ifx` is not yet enabled) - Update `components.yaml` - - ESMA_env v4.30.0 + - ESMA_env v4.30.1 - Update to Baselibs 7.25.0 - ESMF 8.6.1 - GFE v1.16.0 @@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Move to use Intel ifort 2021.13 at NCCS SLES15, NAS, and GMAO Desktops - Move to use Intel MPI at NCCS SLES15 and GMAO Desktops - Move to GEOSpyD Min24.4.4 Python 3.11 + - Fix for csh at NAS - ESMA_cmake v3.51.0 - Update `esma_add_fortran_submodules` function - Move MPI detection out of FindBaselibs diff --git a/components.yaml b/components.yaml index ebbcf04816fc..1796c1de157f 100644 --- a/components.yaml +++ b/components.yaml @@ -5,7 +5,7 @@ MAPL: ESMA_env: local: ./ESMA_env remote: ../ESMA_env.git - tag: v4.30.0 + tag: v4.30.1 develop: main ESMA_cmake: