diff --git a/CHANGELOG.md b/CHANGELOG.md index 218458b7e021..111cc0f87332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - ExtDataDriver.x now uses ExtData2G by default +- Update `components.yaml` + - ecbuild geos/v1.4.0 + - Fixes bug between GCC, macOS, and the `-pipe` flag ### Fixed diff --git a/components.yaml b/components.yaml index 1796c1de157f..4360ab32a56f 100644 --- a/components.yaml +++ b/components.yaml @@ -17,4 +17,4 @@ ESMA_cmake: ecbuild: local: ./ESMA_cmake/ecbuild remote: ../ecbuild.git - tag: geos/v1.3.0 + tag: geos/v1.4.0