diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d7759d..4941356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.6.6 - 4th September, 2023 + +- Remove donation link. +- Fix inline code-block styling in markdown viewer. +- Remove Rive and its usages. + # 0.6.5 - 31st August, 2023 - Fix handling of duration conversion when value is zero. diff --git a/pubspec.yaml b/pubspec.yaml index 7150c62..5aea90c 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.5+23 +version: 0.6.6+24 environment: sdk: '>=3.0.0 <4.0.0'