From c4d7443bc05708ad50ad18c7c26598a2672a27aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= <laci@monda.hu>
Date: Thu, 16 Jan 2025 14:56:21 +0100
Subject: [PATCH] Bump firmware version to 12.3.1 and update changelog and
 package.json

---
 CHANGELOG.md         | 8 ++++++++
 lib/agent            | 2 +-
 scripts/package.json | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0f036e1..3d7bed0a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
 The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to the [UHK Versioning](VERSIONING.md) conventions.
 
+## [12.3.1] - 2025-01-16
+
+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
+
+- Implement high resolution scrolling for the UHK 80.
+- Fix horizontal scrolling on the UHK 80.
+- Use full keyboard scancode range for the UHK 80, including scancodes such as International 1.
+
 ## [12.3.0] - 2025-01-12
 
 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**
diff --git a/lib/agent b/lib/agent
index f60ed519..dedc3d7a 160000
--- a/lib/agent
+++ b/lib/agent
@@ -1 +1 @@
-Subproject commit f60ed519cb62846dde6b159c84664baa5ce24dd6
+Subproject commit dedc3d7a6cac63645de58ba8780adf80631b838f
diff --git a/scripts/package.json b/scripts/package.json
index f7e6cdc6..97e21f9a 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -18,7 +18,7 @@
     "serialport": "^12.0.0",
     "shelljs": "^0.8.4"
   },
-  "firmwareVersion": "12.3.0",
+  "firmwareVersion": "12.3.1",
   "deviceProtocolVersion": "4.14.0",
   "moduleProtocolVersion": "4.3.0",
   "userConfigVersion": "8.3.0",