diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fad508..1d82bef 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/). +# v1.3.7 +## (2021-06-14) + +* Disable build check [Chris Crocker-White] + # v1.3.6 ## (2021-05-13) diff --git a/VERSION b/VERSION index 6f96ed0..8ed486a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.6 \ No newline at end of file +1.3.7 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 7a00383..b1b812c 100644 --- a/balena.yml +++ b/balena.yml @@ -31,4 +31,4 @@ data: - raspberry-pi - raspberrypi3 - fincm3 -version: 1.3.6 +version: 1.3.7 diff --git a/repo.yml b/repo.yml index 8dcb88c..cec5434 100644 --- a/repo.yml +++ b/repo.yml @@ -1 +1 @@ -type: balena \ No newline at end of file +type: generic \ No newline at end of file