From 471636d036e87e866b6fea29b39da43f14cb511c Mon Sep 17 00:00:00 2001 From: mo-auto <54212639+mo-auto@users.noreply.github.com> Date: Tue, 15 Feb 2022 12:02:03 +0000 Subject: [PATCH] chore(main): release jans-cli 0.1.0 --- jans-cli/CHANGELOG.md | 18 ++++++++++++++++++ jans-cli/cli/version.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/jans-cli/CHANGELOG.md b/jans-cli/CHANGELOG.md index 12e08dd9c02..377b7bcefb8 100644 --- a/jans-cli/CHANGELOG.md +++ b/jans-cli/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 0.1.0 (2022-02-15) + + +### Features + +* jans-cli logout (ref: [#706](https://github.com/JanssenProject/jans/issues/706)) ([#723](https://github.com/JanssenProject/jans/issues/723)) ([0cc51bc](https://github.com/JanssenProject/jans/commit/0cc51bc18a40476ed6bc638225b6897a11c21c16)) + + +### Bug Fixes + +* jans-cli sync swagger file from jans-config-api ([#759](https://github.com/JanssenProject/jans/issues/759)) ([315c699](https://github.com/JanssenProject/jans/commit/315c699a84593e7d621a1a3740b053e361133ed4)) +* vm setup suse fixes ([#705](https://github.com/JanssenProject/jans/issues/705)) ([2f69a8a](https://github.com/JanssenProject/jans/commit/2f69a8a90747e6c0b67eb76f66edbf3166019264)) + + +### Documentation + +* remove sonar badges table from readme ([#694](https://github.com/JanssenProject/jans/issues/694)) ([08f4f1f](https://github.com/JanssenProject/jans/commit/08f4f1fa6d2a35517d15daca613fe47eaf1c682e)) + ## [0.3.0](https://www.github.com/JanssenProject/jans-cli/compare/v0.2.0...v0.3.0) (2021-09-10) diff --git a/jans-cli/cli/version.py b/jans-cli/cli/version.py index 95b31cb7db8..614073b4af5 100644 --- a/jans-cli/cli/version.py +++ b/jans-cli/cli/version.py @@ -3,4 +3,4 @@ https://www.apache.org/licenses/LICENSE-2.0 """ -__version__ = "0.3.0" +__version__ = "0.1.0"