diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ae0fa9d0..7636b83c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,27 @@ +- commits: + - subject: "fleet: Add `track-latest` command for tracking the latest release" + hash: 97eb107de46056ec30bd39827bdea65dd1ba8d02 + body: "" + footer: + Change-type: minor + change-type: minor + Signed-off-by: Matthew Yarmolinsky + signed-off-by: Matthew Yarmolinsky + author: Matthew Yarmolinsky + nested: [] + - subject: "fleet: Add `pin` command for pinning fleets to a specific release" + hash: def205f1fbd214e9bff091822adc30a8e9f50033 + body: "" + footer: + Change-type: minor + change-type: minor + Signed-off-by: Matthew Yarmolinsky + signed-off-by: Matthew Yarmolinsky + author: Matthew Yarmolinsky + nested: [] + version: 14.2.0 + title: "'Add fleet and commands'" + date: 2022-08-16T19:41:49.915Z - commits: - subject: Add device track command for pinning a device to the latest release or a specific release diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff5c337..26544d56 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/). +## 14.2.0 - 2022-08-16 + +* fleet: Add `track-latest` command for tracking the latest release [Matthew Yarmolinsky] +* fleet: Add `pin` command for pinning fleets to a specific release [Matthew Yarmolinsky] + ## 14.1.0 - 2022-08-03 * Add device track command for pinning a device to the latest release or a specific release [Matthew Yarmolinsky] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a701979f..b9c85ae9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.1.0", + "version": "14.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 934e69a2..0ad82ca5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.1.0", + "version": "14.2.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -285,6 +285,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2022-08-03T18:45:08.044Z" + "publishedAt": "2022-08-16T19:41:50.520Z" } }