diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a527f6c1..6efb154aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] - YYYY-MM-DD +## [0.2.18] - 2023-04-12 + ### Changed - [#1195](https://github.com/equinor/webviz-subsurface/pull/1195) - `RftPlotter` faultlines argument can now use fault polygons csv file with *X, Y, ID* header (fmu-dataio default) diff --git a/setup.py b/setup.py index 462b9993b..d43d45012 100644 --- a/setup.py +++ b/setup.py @@ -108,7 +108,7 @@ "vtk>=9.2.2", "webviz-config", "webviz-core-components>=0.6", - "webviz-subsurface-components>=0.4.14", + "webviz-subsurface-components>=0.4.15", ], extras_require={"tests": TESTS_REQUIRE}, setup_requires=["setuptools_scm~=3.2"],