diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d76982ca4..f25e417332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.6 - 2021-04-30 + +* Patch: Updated answers to networking & NTP questions. [Pranav Peshwe] + ## 5.20.5 - 2021-04-29 * Addition: how to set address used for shared interface [Chris Crocker-White] diff --git a/package-lock.json b/package-lock.json index cd9534aca8..03140d3302 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "resin-docs", - "version": "5.20.5", + "version": "5.20.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 986a4e7711..bb8857a5c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "resin-docs", "private": true, - "version": "5.20.5", + "version": "5.20.6", "engines": { "node": "^12.0.0" },