diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6480883a..50139225 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,45 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+# v1.5.113
+## (2020-12-16)
+
+* Show the first error for each drive (not the last) [Alexis Svinartchouk]
+* Fix red leds not showing for failed devices [Alexis Svinartchouk]
+* docs: add documentation links [Aaron Shaw]
+* docs: update macOS version [Aaron Shaw]
+* Improve hover message when the drive is too small [Alexis Svinartchouk]
+* Update electron to v9.4.0 [Alexis Svinartchouk]
+* Update npm to v6.14.8 [Giovanni Garufi]
+* Update rgb leds colors [Alexis Svinartchouk]
+* Remove unmountOnSuccess setting [Alexis Svinartchouk]
+* Only show auto-updates setting on supported targets [Alexis Svinartchouk]
+* Remove dead code in settings modal [Alexis Svinartchouk]
+* Fix effective flashing speed calculation for compressed images [Alexis Svinartchouk]
+* Change some border colors to have higher contrast [Lorenzo Alberto Maria Ambrosi]
+
+
+ Update etcher-sdk from 5.1.10 to 5.1.11 [Alexis Svinartchouk]
+
+> ## etcher-sdk-5.1.11
+> ### (2020-12-07)
+>
+> * Don't use the O_SYNC flag for block devices, only O_DIRECT [Alexis Svinartchouk]
+>
+
+
+
+
+ Update sys-class-rgb-led from 2.1.1 to 3.0.0 [Alexis Svinartchouk]
+
+> ## sys-class-rgb-led-3.0.0
+> ### (2020-12-03)
+>
+> * Add example etcher-pro rainbow animation [Alexis Svinartchouk]
+> * Use one setInterval instead of a loop for each led, t in seconds [Alexis Svinartchouk]
+>
+
+
# v1.5.112
## (2020-12-02)
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json
index 957184db..de8e5312 100644
--- a/npm-shrinkwrap.json
+++ b/npm-shrinkwrap.json
@@ -1,6 +1,6 @@
{
"name": "balena-etcher",
- "version": "1.5.112",
+ "version": "1.5.113",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -17509,4 +17509,4 @@
"dev": true
}
}
-}
\ No newline at end of file
+}
diff --git a/package.json b/package.json
index 7cee4668..01eb820a 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
- "version": "1.5.112",
+ "version": "1.5.113",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",