diff --git a/CHANGELOG.md b/CHANGELOG.md index 9735102..841317f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.6.8 - 25th November, 2023 + +- Add option to filter tracking for billable/non-billable/everything entries. + # 0.6.7 - 30th October, 2023 - Fixed daily remaining calculation when no more working days are remaining and goal is not achieved. diff --git a/pubspec.yaml b/pubspec.yaml index 4873316..8e2838c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A target calculator for reaching required hours for Toggl time trac publish_to: 'none' -version: 0.6.7+25 +version: 0.6.8+26 environment: sdk: '>=3.0.0 <4.0.0'