diff --git a/CHANGELOG.md b/CHANGELOG.md index f4324148..c31e443b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.5 +- Add fix for accurate cadence reporting. [f807cb48](https://github.com/ptx2/gymnasticon/commit/f807cb48c85711e1bbc695762d9293dfaf8a5982) +- Add error message when run with insufficient capabilities. [7cd90d2f](https://github.com/ptx2/gymnasticon/commit/7cd90d2fcabcb354fb5ade7903fa8eb23a523bdb) + ## 1.0.4 - Add power-scale and power-offset CLI options. [d6c0e4e0](https://github.com/ptx2/gymnasticon/commit/d6c0e4e067317e4903fafbe1a9016e02087e402f) diff --git a/README.md b/README.md index 98db53f8..9a40f75a 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ $ gymnasticon --help (_)/(_) Gymnasticon -v1.0.3 +v1.0.5 usage: gymnasticon [OPTIONS] diff --git a/package-lock.json b/package-lock.json index f67ab0c2..c6c52096 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gymnasticon", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8b8c418f..a9c87fc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gymnasticon", - "version": "1.0.4", + "version": "1.0.5", "description": "Enables the Flywheel Home Bike to work with Zwift and other training apps.", "engines": { "node": ">=12.16.1"