Skip to content

Commit

Permalink
Merge pull request #306 from vkareh/release_1_0_1
Browse files Browse the repository at this point in the history
Release v1.0.1
  • Loading branch information
vkareh authored Mar 18, 2021
2 parents 98a27c1 + a1ec46f commit 585ab60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
This document describes the relevant changes between releases of the `rosa`
command line tool.

== 1.0.1 Mar 18 2021

- arguments: Parse help flag when overriding flag parsing
- revoke: Fix example and help text
- grant: Remove unnecessary interactive flag
- addons: When setting CLI params skip unset values
- upgrade: Display expected format in error
- addons: Display availability

== 1.0.0 Mar 16 2021

- addons: Allow editing of addon parameters
Expand Down
2 changes: 1 addition & 1 deletion pkg/info/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

package info

const Version = "1.0.0"
const Version = "1.0.1"

0 comments on commit 585ab60

Please sign in to comment.