diff --git a/CHANGELOG.md b/CHANGELOG.md index 18eac7a6..32f6af0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### Added +## [0.4.0] - 2022-08-19 + - Support demos, which are an end-to-end demonstrations of the usage of the Stackable Data Platform ([#66](https://github.com/stackabletech/stackablectl/pull/66)) ## [0.3.0] - 2022-08-09 diff --git a/Cargo.lock b/Cargo.lock index aef63675..b83af9f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1352,7 +1352,7 @@ dependencies = [ [[package]] name = "stackablectl" -version = "0.3.0" +version = "0.4.0" dependencies = [ "cached", "clap", diff --git a/Cargo.toml b/Cargo.toml index 36985cea..db69ec39 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.3.0" +version = "0.4.0" edition = "2021" license = "OSL-3.0" repository = "https://github.com/stackabletech/stackablectl"