Skip to content

Commit 719c17e

Browse files
committed
Bump firmware version to 12.3.2 and update the changelog and package.json
1 parent afb08cf commit 719c17e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to the [UHK Versioning](VERSIONING.md) conventions.
77

8+
## [12.3.2] - 2025-01-27
9+
10+
Device Protocol: 4.14.0 | Module Protocol: 4.3.0 | User Config: 8.3.0 | Hardware Config: 1.0.0 | Smart Macros: 3.1.0
11+
12+
- Don't require confirmation of BLE pairing on the host. Only the pairing code has to be typed on the UHK 80.
13+
814
## [12.3.1] - 2025-01-16
915

1016
Device Protocol: 4.14.0 | Module Protocol: 4.3.0 | User Config: 8.3.0 | Hardware Config: 1.0.0 | Smart Macros: 3.1.0

scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"serialport": "^12.0.0",
1919
"shelljs": "^0.8.4"
2020
},
21-
"firmwareVersion": "12.3.1",
21+
"firmwareVersion": "12.3.2",
2222
"deviceProtocolVersion": "4.14.0",
2323
"moduleProtocolVersion": "4.3.0",
2424
"userConfigVersion": "8.3.0",

0 commit comments

Comments
 (0)