diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a4b67197..c9a50930 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,24 @@ +- commits: + - subject: >- + balena apps: add --verbose option to list application slugs (full app + name) + hash: be21c8d43e1f06d0a94539dea7861503d260d8df + body: '' + footer: + Change-type: minor + change-type: minor + author: Paulo Castro + - subject: 'balena app create: fix application existence check' + hash: 5b338263098962790ac1eae238f3595997efae9d + body: '' + footer: + Resolves: '#1824' + resolves: '#1824' + Change-type: patch + change-type: patch + author: Paulo Castro + version: 11.35.0 + date: 2020-05-14T12:20:33.712Z - commits: - subject: >- push/build/deploy: add --nogitignore option and update dockerignore diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c8a009..2c4e3bcb 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/). +## 11.35.0 - 2020-05-14 + +* balena apps: add --verbose option to list application slugs (full app name) [Paulo Castro] +* balena app create: fix application existence check [Paulo Castro] + ## 11.34.0 - 2020-05-13 * push/build/deploy: add --nogitignore option and update dockerignore filter library [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 35dc1d51..5b29e76d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.34.0", + "version": "11.35.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9806c9d8..0ce1bb64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.34.0", + "version": "11.35.0", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",