diff --git a/CHANGELOG.md b/CHANGELOG.md index aefd918..c2e18c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v1.5.0 + +- Exclude leave tasks from billability calculation. +- Show leave hours in tooltip. + ## v1.4.0 - Show actual hours next to billability percentages in tooltip. diff --git a/manifest.json b/manifest.json index 1341ffe..8a5c40e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "TimeChimp Billability Chart", "description": "Adds a billability chart on the TimeChimp hours page.", - "version": "1.4.0", + "version": "1.5.0", "manifest_version": 3, "permissions": [ "webRequest"