diff --git a/CHANGELOG.md b/CHANGELOG.md index 10945f9..5bb2af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -# 0.7.2 - 28th July, 2024 +# 0.8.0 - 7th August, 2024 +- Add support for clients. - Better handling of errors when fetching data. # 0.7.1 - 22nd May, 2024 diff --git a/pubspec.yaml b/pubspec.yaml index e838b1e..b2bc43d 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.7.2+30 +version: 0.8.0+31 environment: sdk: '>=3.5.0 <4.0.0'