diff --git a/CHANGELOG.md b/CHANGELOG.md index 56ecca45..4792be98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,11 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update `components.yaml` to match that of GEOSgcm v11.1.1 +- Update `components.yaml` to match that of GEOSgcm v11.2.0 - ESMA_env v4.19.0 (Baselibs 7.14.0) - - ESMA_cmake v3.31.0 (Fixes for NAS, debug flags) - - GMAO_Shared v1.9.1 (Bug fix for MITgcm) - - MAPL 2.40.1 (Various fixes and features) + - ESMA_cmake v3.31.1 (Fixes for NAS, debug flags) + - GMAO_Shared v1.9.2 (Bug fix for MITgcm, CI fixes) + - MAPL 2.40.3 (Various fixes and features) - Update CI to use Baselibs by default from CircleCI Orb ## [v2.2.1] - 2023-05-30 diff --git a/components.yaml b/components.yaml index 37c286fe..f0295031 100644 --- a/components.yaml +++ b/components.yaml @@ -11,7 +11,7 @@ env: cmake: local: ./cmake@ remote: ../ESMA_cmake.git - tag: v3.31.0 + tag: v3.31.1 develop: develop ecbuild: @@ -28,12 +28,12 @@ HEMCO: GMAO_Shared: local: ./ESMF/Shared/GMAO_Shared@ remote: ../GMAO_Shared.git - tag: v1.9.1 + tag: v1.9.2 sparse: ./config/GMAO_Shared.sparse develop: main MAPL: local: ./ESMF/Shared/MAPL@ remote: ../MAPL.git - tag: v2.40.0 + tag: v2.40.3 develop: develop