# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.2.0] - 2025-04-10

### Changed
- Update `niu-cloud-connector` dependancy
- Update Copyright

## [1.1.0] - 2024-01-27

### Added
- Option to debug communication with niu cloud

### Changed
- Update `niu-cloud-connector` dependancy
- Increased minimum Node version to 18.0.0
- Increased minimum Node-RED version to 3.0.0
- Update Copyright

## [1.0.2] - 2023-02-07

### Changed
- Missing repo links

## [1.0.1] - 2023-02-07

### Changed
- Updated dependencies for security reasons
- Provided examples
- Compatibility with Scorecard

## 1.0.0 - 2021-09-09

### Added
- Credential management and access token recovery from the NIU Cloud 
- Management of debug logs 
- NIU Cloud actions: 
    - **Vehicles** Get a list of vehicles.
    - **Motor info** Get motor info of vehicle.
    - **Overall Tally** Get overall tally of vehicle.
    - **Battery info** Get battery info of vehicle.
    - **Battery health** Get battery health of vehicle.
    - **FW Version** Get firmware version.
    - **Vehicle position** Get current position of a vehicle.
    - **Update info** Get update information.
    - **Tracks** Get recorded tracks.


[Unreleased]: https://github.com/gablau/node-red-contrib-niu-cloud/compare/1.2.0...HEAD
[1.2.0]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/1.0.2...1.1.0
[1.0.2]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/1.0.0...1.0.1

