diff --git a/CHANGELOG.md b/CHANGELOG.md index fc44d1e..189f3d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.2 + +- Implemented CI/CD with GitHub Actions + - Validate PR (while working on PR) + - Publish package to pub.dev (on publishing a release) + ## 2.0.1 - Fixed broken link of head image in README diff --git a/pubspec.yaml b/pubspec.yaml index b26febe..9beda9b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: esp_smartconfig description: EspTouch and EspTouchV2 implementations of SmartConfig provisioning protocols. Plain Dart. All platforms. -version: 2.0.1 +version: 2.0.2 homepage: https://abobija.com repository: https://github.com/abobija/esp-smartconfig-dart