diff --git a/CHANGELOG.md b/CHANGELOG.md index cd56ff3..8ea26ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.1 + +- Improve description +- Improve pubspec: add github links +- Use formatting according to dartfmt + ## 1.0.0 - Initial version, created by Igor Kulikov diff --git a/pubspec.yaml b/pubspec.yaml index 97b00ee..94c79d6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: thingsboard_pe_client description: Dart implementation of ThingsBoard PE API client. Provides model objects and services to communicate with ThingsBoard PE platform using RESTful APIs and WebSocket protocol. -version: 1.0.0 +version: 1.0.1 homepage: https://thingsboard.io repository: https://github.com/thingsboard/dart_thingsboard_pe_client.git issue_tracker: https://github.com/thingsboard/dart_thingsboard_pe_client/issues