mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v9.0.0
This commit is contained in:
parent
01eb4b473d
commit
fdc9fd67d8
10
CHANGELOG.md
10
CHANGELOG.md
@ -4,6 +4,16 @@ 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/).
|
||||
|
||||
## v9.0.0 - 2018-10-29
|
||||
|
||||
* Change env var commands to set app-wide env vars, using the new SDK [Tim Perry]
|
||||
* Utils/promote: Use the application slug for filtering & presenting [Thodoris Greasidis]
|
||||
* Rename everything from 'resin' to 'balena' [Tim Perry]
|
||||
* Sort device types by name [Thodoris Greasidis]
|
||||
* Utils/promote: Do not rely on the user to always be there [Thodoris Greasidis]
|
||||
* Add support for the Opensource provisioning flow [Thodoris Greasidis]
|
||||
* Add rename notice to resin-cli [Paulo Castro]
|
||||
|
||||
## v8.1.0 - 2018-10-24
|
||||
|
||||
* README: Add development guidelines section [Thodoris Greasidis]
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "8.1.0",
|
||||
"version": "9.0.0",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/actions/index.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user