Skip to content

Commit

Permalink
1.3.0 version and CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
ybeshkarov committed Sep 24, 2024
1 parent 77064eb commit 155a0d0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 155a0d0

Please sign in to comment.