diff --git a/CHANGELOG.md b/CHANGELOG.md
index 38c8b167..531d9aa1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,22 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+# [1.3.0](https://github.com/UltimateHackingKeyboard/agent/compare/v1.2.4...v1.3.0) (2017-11-04)
+
+
+### Bug Fixes
+
+* **config:** Add userConfigurationLength to the user-config.json ([ea70085](https://github.com/UltimateHackingKeyboard/agent/commit/ea70085))
+* **usb:** user-config-json-to-bin compile ([009dd8e](https://github.com/UltimateHackingKeyboard/agent/commit/009dd8e))
+
+
+### Features
+
+* **device:** Read only filled user configuration and fix app close on mac ([#486](https://github.com/UltimateHackingKeyboard/agent/issues/486)) ([0c30ecc](https://github.com/UltimateHackingKeyboard/agent/commit/0c30ecc))
+
+
+
## [1.2.4](https://github.com/UltimateHackingKeyboard/agent/compare/v1.2.3...v1.2.4) (2017-10-30)
diff --git a/package-lock.json b/package-lock.json
index 59353f30..68cbc838 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "uhk-agent",
- "version": "1.2.4",
+ "version": "1.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 260448bb..ff1a411d 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"private": true,
"author": "Ultimate Gadget Laboratories",
"main": "electron/dist/electron-main.js",
- "version": "1.2.4",
+ "version": "1.3.0",
"description": "Agent is the configuration application of the Ultimate Hacking Keyboard.",
"repository": {
"type": "git",