diff --git a/CHANGELOG.md b/CHANGELOG.md index 603848f5d..8311068ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v3.0.4 + +### Fix +* **redmine:** Log estimated_hours in update_project_expenditure command ([`fc1f631`](https://github.com/adfinis/timed-backend/commit/fc1f631a7fcdc25ab93b5cbcf38845f30af3f4a5)) + # v3.0.3 ### Fix diff --git a/pyproject.toml b/pyproject.toml index fc55f0cc1..d21c14813 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "timed-backend" -version = "3.0.3" +version = "3.0.4" description = "Timetracking software" repository = "https://github.com/adfinis/timed-backend" authors = ["Adfinis AG"]