diff --git a/CHANGELOG.md b/CHANGELOG.md index c4688e7f34..5d76982ca4 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.5 - 2021-04-29 + +* Addition: how to set address used for shared interface [Chris Crocker-White] + ## 5.20.4 - 2021-04-28 * patch: Update link to balena base images [Leandro Motta Barros] diff --git a/package-lock.json b/package-lock.json index 754015579d..cd9534aca8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "resin-docs", - "version": "5.20.4", + "version": "5.20.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a408bce5a3..986a4e7711 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "resin-docs", "private": true, - "version": "5.20.4", + "version": "5.20.5", "engines": { "node": "^12.0.0" },