From 25b8bddd56931bc775dd4fe927d9877daca822a6 Mon Sep 17 00:00:00 2001 From: Daniel Moran Date: Tue, 5 Oct 2021 16:11:01 -0400 Subject: [PATCH] chore: update CHANGELOG (#291) --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e17da1..f875f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ ## v2.2.0 [unreleased] -### Go Version - -This release upgrades the project to `go` version 1.17. - ### Features 1. [259](https://github.com/influxdata/influx-cli/pull/259): Add `-b` shorthand for `--bucket` to `delete` +1. [285](https://github.com/influxdata/influx-cli/pull/285): Add short-hand `--all-access` and `--operator` options to `auth create`. + +## v2.1.1 [2021-09-22] + +### Go Version + +This release upgrades the project to `go` version 1.17. ### Bug Fixes