From 6b913e4e19a46852511ec3b929742e08cee4edd3 Mon Sep 17 00:00:00 2001 From: streammachineio-org Date: Mon, 12 Jul 2021 10:16:38 +0000 Subject: [PATCH] chore(release): 1.1.0 # [1.1.0](https://github.com/streammachineio/cli/compare/v1.0.0...v1.1.0) (2021-07-12) ### Bug Fixes * stream create help text ([164dbb5](https://github.com/streammachineio/cli/commit/164dbb5d157334aef8fb96cd21534ea06c9898f0)) * updated Makefile default; aligned all help texts; misc ([175f23b](https://github.com/streammachineio/cli/commit/175f23be9ebdc4461d2b0589e80decc30de8b836)) * **event-auth-host:** default lacked https prefix ([574aaef](https://github.com/streammachineio/cli/commit/574aaef23a763072f2098fac932d144db821c844)) ### Features * **config-path:** config path used for saving ([9766435](https://github.com/streammachineio/cli/commit/976643566aa21b08283e391f5e16b00c5aec40e0)) * **configpath:** configpath used everywhere ([243af63](https://github.com/streammachineio/cli/commit/243af63e2e822c21a20a25be754f3b0edc09dfbf)) * **egress:** persistent flag ([c7dad70](https://github.com/streammachineio/cli/commit/c7dad70d50e3c95d569a3c8283208397f4334653)) --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa4468..55b3237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [1.1.0](https://github.com/streammachineio/cli/compare/v1.0.0...v1.1.0) (2021-07-12) + + +### Bug Fixes + +* stream create help text ([164dbb5](https://github.com/streammachineio/cli/commit/164dbb5d157334aef8fb96cd21534ea06c9898f0)) +* updated Makefile default; aligned all help texts; misc ([175f23b](https://github.com/streammachineio/cli/commit/175f23be9ebdc4461d2b0589e80decc30de8b836)) +* **event-auth-host:** default lacked https prefix ([574aaef](https://github.com/streammachineio/cli/commit/574aaef23a763072f2098fac932d144db821c844)) + + +### Features + +* **config-path:** config path used for saving ([9766435](https://github.com/streammachineio/cli/commit/976643566aa21b08283e391f5e16b00c5aec40e0)) +* **configpath:** configpath used everywhere ([243af63](https://github.com/streammachineio/cli/commit/243af63e2e822c21a20a25be754f3b0edc09dfbf)) +* **egress:** persistent flag ([c7dad70](https://github.com/streammachineio/cli/commit/c7dad70d50e3c95d569a3c8283208397f4334653)) + # [1.0.0](https://github.com/streammachineio/cli/compare/v0.4.0...v1.0.0) (2021-07-09)