From cc051862b8c2bfda63e2eacf38e830f9ba4aadfc Mon Sep 17 00:00:00 2001 From: mo-auto <54212639+mo-auto@users.noreply.github.com> Date: Fri, 7 May 2021 05:12:00 -0400 Subject: [PATCH] chore: release 0.1.1 --- CHANGELOG.md | 14 ++++++++++++++ cli/version.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0427eca..6550959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +### [0.1.1](https://www.github.com/JanssenProject/jans-cli/compare/v0.1.0...v0.1.1) (2021-05-07) + + +### Bug Fixes + +* config path ([2befc3b](https://www.github.com/JanssenProject/jans-cli/commit/2befc3b1aeed3f5dea3646f2a0e32e5b56722c8c)) +* path ([c429d21](https://www.github.com/JanssenProject/jans-cli/commit/c429d21c77d66e8657bb79031ca4bbe795baff9b)) +* **pip:** installation ([b39e49e](https://www.github.com/JanssenProject/jans-cli/commit/b39e49ef43a7eb603fa64f85b63c41c6281b6ecf)) + + +### Documentation + +* **authconfig:** synched with jans-auth-server AppConfiguration properties jans-config-issue[#19](https://www.github.com/JanssenProject/jans-cli/issues/19) ([a28de85](https://www.github.com/JanssenProject/jans-cli/commit/a28de85eec90d35d2c6d526bb6e1fa7aca1b730d)) + ## 0.1.0 (2021-05-06) diff --git a/cli/version.py b/cli/version.py index 614073b..a145d3b 100644 --- a/cli/version.py +++ b/cli/version.py @@ -3,4 +3,4 @@ https://www.apache.org/licenses/LICENSE-2.0 """ -__version__ = "0.1.0" +__version__ = "0.1.1"