diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d345c82c..a2622d830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] - YYYY-MM-DD +## [0.2.8] - 2021-12-10 + ### Fixed - [#877](https://github.com/equinor/webviz-subsurface/pull/877) - Update `WellLogViewer` to work with the latest version of the component. diff --git a/setup.py b/setup.py index 8eb65cdbb..259e9f044 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ "statsmodels>=0.12.1", # indirect dependency through https://plotly.com/python/linear-fits/ "webviz-config>=0.3.1", "webviz-core-components>=0.5.1", - "webviz-subsurface-components>=0.4.7", + "webviz-subsurface-components>=0.4.8", "xtgeo>=2.14", ], extras_require={"tests": TESTS_REQUIRE},