diff --git a/CHANGELOG.md b/CHANGELOG.md index cc782b1..b197bdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v2.57.0 (2024-10-01) + +### Feature + +* feat: add yield table for tree type Fichte (#117) ([`250e4be`](https://github.com/treely/openyieldtables/commit/250e4bebccef49a1a6f94c5fb9616abfe41c453f)) + ## v2.56.0 (2024-10-01) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 8ad9704..1564ab9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openyieldtables" -version = "2.56.0" +version = "2.57.0" description = "" authors = ["Tree.ly ", "FMM "] maintainers = ["FMM ", "Tree.ly "]