diff --git a/CHANGELOG.md b/CHANGELOG.md index ac4f9d6d..829eb4b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.5.0] - 2022-09-14 + ### Added - Print Nifi adminuser credentials within services command ([#80](https://github.com/stackabletech/stackablectl/pull/80)) diff --git a/Cargo.lock b/Cargo.lock index 843ebc99..d70a8e87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1386,7 +1386,7 @@ dependencies = [ [[package]] name = "stackablectl" -version = "0.4.0" +version = "0.5.0" dependencies = [ "cached", "clap", diff --git a/Cargo.toml b/Cargo.toml index b13f09db..ae9219c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "stackablectl" description = "Command line tool to interact with a Stackable Data Platform" authors = ["Stackable GmbH "] -version = "0.4.0" +version = "0.5.0" edition = "2021" license = "OSL-3.0" repository = "https://github.com/stackabletech/stackablectl"