diff --git a/README.md b/README.md index 4d69104..39cb599 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,9 @@ The data model is roughly equivalent to [signalk-netgear-lte-status](https://www ## Changes -* 0.5.1 (January XX 2024) - - GPS data is send by some RUTX as big endian, provide a config for that +* 0.6.0 (January 7th 2024) + - Make it possible to enable/disable getting GPS position from the RUT + - GPS data is sent by some RUT devices as big endian, provide a config for that (https://github.com/meri-imperiumi/signalk-teltonika-rutx11/issues/90) * 0.5.0 (April 27th 2023) - Improved error handling in case some parts of the ModBus communication fail diff --git a/package.json b/package.json index 8dc1bd9..405dc0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@meri-imperiumi/signalk-teltonika-rutx11", - "version": "0.5.0", + "version": "0.6.0", "description": "Signal K plugin that retrieves status from a Teltonika RUT modem via Modbus", "main": "index.js", "scripts": {