diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a4d3831..266c5910 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/). +## v5.1.0 - 2017-07-01 + +* Switch to glide for Go dependencies [Pablo Carranza Velez] +* Add support for aarch64 [Pablo Carranza Velez] + ## v5.0.2 - 2017-07-01 * Dind: Set DELTA_ENDPOINT, insert variant into os-release, and fix vpn apikeys [Pablo Carranza Velez] diff --git a/package.json b/package.json index 4a34a5be..cad29798 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "resin-supervisor", "description": "This is resin.io's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as Resin's API informs it to.", - "version": "5.0.2", + "version": "5.1.0", "license": "Apache-2.0", "repository": { "type": "git",