diff --git a/CHANGELOG.md b/CHANGELOG.md index d911bdd..0fb2144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v2.52.0 (2024-09-30) + +### Feature + +* feat: add yield table for tree type Graupappel (#112) ([`ea1b112`](https://github.com/treely/openyieldtables/commit/ea1b11227b0c2cf4f0eb3918b366919027115aad)) + ## v2.51.0 (2024-09-30) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 74e7cfb..c047b66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openyieldtables" -version = "2.51.0" +version = "2.52.0" description = "" authors = ["Tree.ly ", "FMM "] maintainers = ["FMM ", "Tree.ly "]