diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48cd5a3..5582259 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## [1.0.2] - 2 January 2022
+- Fixed issue with `blendMode` and `roundedEdges` ([#32](https://github.com/SandroMaglione/step-progress-indicator/issues/32))
+
## [1.0.1] - 16 June 2021
- `StepProgressIndicator` and `CircularStepProgressIndicator` constructors as `const`
- Added `stepMainAxisAlignment` and `stepCrossAxisAlignment` to align single step in `StepProgressIndicator` ([#28](https://github.com/SandroMaglione/step-progress-indicator/issues/28))
diff --git a/README.md b/README.md
index 6472fc9..f9efce6 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@
-
-
-
+
+
+
@@ -38,7 +38,7 @@ Install and import the package. Then just customize its parameters.
dependencies:
flutter:
sdk: flutter
- step_progress_indicator: ^1.0.1
+ step_progress_indicator: ^1.0.2
```
---
@@ -414,6 +414,7 @@ If you would like to have a new feature implemented, just write a new issue.
## Versioning
+- v1.0.2 - 2 January 2022
- v1.0.1 - 16 June 2021
- v1.0.0 - 10 May 2021
- v0.2.5+8 - 01 December 2020
diff --git a/pubspec.yaml b/pubspec.yaml
index ce2d6f6..30a4b3d 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
name: step_progress_indicator
description: Bar indicator made of a series of selected and unselected steps
-version: 1.0.1
+version: 1.0.2
homepage: https://github.com/SandroMaglione/step-progress-indicator
environment:
@@ -15,4 +15,3 @@ dev_dependencies:
sdk: flutter
flutter:
-