diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 93f71fe2..b97b28b0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "api-key: Add `revoke` command which accepts a list of API key ids" + hash: 4b1378dfbcfdac45adeb3ac39aa101c02ed21c90 + body: "" + footer: + Change-type: minor + change-type: minor + author: myarmolinsky + nested: [] + version: 16.6.0 + title: "" + date: 2023-06-26T13:05:09.313Z - commits: - subject: Re-enable automatic github final releases hash: bc405d997e33b975aeda53583890ee7578c98496 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f7097df..ef9fc205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## 16.6.0 - 2023-06-26 + +* api-key: Add `revoke` command which accepts a list of API key ids [myarmolinsky] + ## 16.5.2 - 2023-06-09 * Re-enable automatic github final releases [Kyle Harding] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 640872af..30c56c7a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "16.5.2", + "version": "16.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "16.5.2", + "version": "16.6.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 19d8b6e4..4a413d98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "16.5.2", + "version": "16.6.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": "2023-06-09T16:03:09.092Z" + "publishedAt": "2023-06-26T13:05:10.253Z" } }