diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e8c35..e6a9b0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.3.0 + +- **New APIs:** + - `/api/alarm/types` - Fetches available alarm types. + - `/api/users/info` - Retrieves user information. + +- **Enhancements:** + - Added the ability to log request and response details for improved debugging. + +- **Bug Fixes:** + - Various minor bug fixes to improve stability and performance. + ## 1.2.0 - Introduced the ability to configure access to custom applications using a login with a QR code feature. diff --git a/pubspec.yaml b/pubspec.yaml index 5abc5fe..5d99365 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.2.0 +version: 1.3.0 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