diff --git a/CHANGELOG.md b/CHANGELOG.md index 13a99e30..de6c953a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v8.6.0 (2024-09-16) + +### Feat + +- exposing Sustainability package (#313) +- more dimensionless numbers and pipe friction models (#273) + +### Fix + +- Bugfix for the mock scatter plot (#315) + ## v8.5.0 (2024-09-09) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 3613a68e..686ba969 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "indsl" -version = "8.5.0" +version = "8.6.0" description = "Industrial Data Science Library by Cognite" authors = ["Cognite"] license = "Apache-2.0" @@ -127,7 +127,7 @@ known-third-party = ["pytest"] [tool.commitizen] name = "cz_conventional_commits" -version = "8.5.0" +version = "8.6.0" tag_format = "v$version" version_files = ["pyproject.toml:version"]