diff --git a/CHANGELOG.md b/CHANGELOG.md index 124cb62..dac90c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +Here's a rewritten version of the changelog with some improvements: + +## 2.1.1 + +- **Bug Fix**: Corrected the misalignment issue with step nodes [#18](https://github.com/TalebRafiepour/step_progress/issues/18). +- **Dependency Update**: Upgraded the Dart SDK to version `3.7.0` for improved compatibility and performance. + ## 2.1.0 Here's what's new in version 2.1.0: diff --git a/pubspec.yaml b/pubspec.yaml index 76b4fc0..223a841 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: step_progress description: A lightweight package for displaying customizable step progress indicators in a user interface. -version: 2.1.0 +version: 2.1.1 homepage: https://github.com/TalebRafiepour/step-progress issue_tracker: https://github.com/TalebRafiepour/step-progress/issues