diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d482dafc..3e5cbd5174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 5.20.3 - 2021-04-28 + +* patch: Fix broken links to OS reference docs [Leandro Motta Barros] +* device: Add Jetson Nano eMMC provisioning instructions [Alexandru Costache] + ## 5.20.2 - 2021-04-23 * patch: Updating the HDMI output note to reflect output starting v2.0 on Raspi devices [Nitish Agarwal] diff --git a/package-lock.json b/package-lock.json index b0c6ebef56..83c4ab7076 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "resin-docs", - "version": "5.20.2", + "version": "5.20.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2e92b966ba..eb7f447b95 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "resin-docs", "private": true, - "version": "5.20.2", + "version": "5.20.3", "engines": { "node": "^12.0.0" },