mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-29 15:44:13 +00:00
v4.4.0
This commit is contained in:
parent
00b53bd03e
commit
a5d6df6284
@ -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/).
|
||||
|
||||
## v4.4.0 - 2017-06-15
|
||||
|
||||
* When apiEndpoint is not defined, work in offline mode [Pablo Carranza Velez]
|
||||
* Fix mixpanel initialization when not in offline mode [Pablo Carranza Velez]
|
||||
|
||||
## v4.3.2 - 2017-06-14
|
||||
|
||||
* Update dependent device DB [Joe Roberts]
|
||||
|
@ -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": "4.3.2",
|
||||
"version": "4.4.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user