diff --git a/CHANGELOG.md b/CHANGELOG.md index 48e9578..5ea6f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog -## v0.7.0 (2024-08-09) +## v0.7.2 (2025-02-28) + +### Fix +* **deps:** Update dependencies ([`4dbf1a8`](https://github.com/inosca/ebau-gwr/commit/4dbf1a86fb2edb469da4534686be296a1056218f)) + + +## v0.7.1 (2024-08-09) + ### Fix * **deps:** Update dependencies ([`6bec530`](https://github.com/inosca/ebau-gwr/commit/6bec5304143045c92a4a4026dd9d17866c77a45d)) diff --git a/pyproject.toml b/pyproject.toml index 0d53480..cfed21b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ebau-gwr" -version = "0.7.1" +version = "0.7.2" description = "GWR synchronisation for ebau projects" homepage = "https://github.com/inosca/ebau-gwr" repository = "https://github.com/inosca/ebau-gwr"