Skip to content

Commit

Permalink
chore(main): release jans-cli-tui 1.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-auto3 committed Dec 11, 2023
1 parent 2132de6 commit db1ea1b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions jans-cli-tui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.0.21](https://github.com/JanssenProject/jans/compare/jans-cli-tui-v1.0.20...jans-cli-tui-v1.0.21) (2023-12-11)


### Features

* **jans-cli-tui:** JWT Response for OAuth Token Introspection ([#6574](https://github.com/JanssenProject/jans/issues/6574)) ([aef08c1](https://github.com/JanssenProject/jans/commit/aef08c1beaf42c0b8d9ef6a214c612c4209925ee))
* **jans-cli-tui:** provide list of enabled scripts for client scripts ([#6621](https://github.com/JanssenProject/jans/issues/6621)) ([f798b32](https://github.com/JanssenProject/jans/commit/f798b32e9b92af54fef683615cd17e4e688c16d4))
* **jans-cli-tui:** replace list by label container for scope claims ([#6521](https://github.com/JanssenProject/jans/issues/6521)) ([4f37aa2](https://github.com/JanssenProject/jans/commit/4f37aa2de920a4f5532f27dcde99edd64ef1d362))
* **jans-cli-tui:** SAML configuration interface ([#6591](https://github.com/JanssenProject/jans/issues/6591)) ([254fbdc](https://github.com/JanssenProject/jans/commit/254fbdcd3123bcef4ba80922dfcfc1c22cd0cbc5))
* **jans-linux-tui:** tag field for endpoint adminUIPermissions ([#6556](https://github.com/JanssenProject/jans/issues/6556)) ([8eb7ac0](https://github.com/JanssenProject/jans/commit/8eb7ac00d61e16553f96d5bdb9af75ef010de268))


### Bug Fixes

* **jans-cli-tui:** fix saving acr script ([#6593](https://github.com/JanssenProject/jans/issues/6593)) ([396576d](https://github.com/JanssenProject/jans/commit/396576dc5f201489a6563757d4f422def12e244a))
* **jans-cli-tui:** import error ([#6786](https://github.com/JanssenProject/jans/issues/6786)) ([a71bd2a](https://github.com/JanssenProject/jans/commit/a71bd2ad9e93b886af468cf3d5db63aa6064186f))
* **jans-cli-tui:** search attribute ([#6630](https://github.com/JanssenProject/jans/issues/6630)) ([361f52b](https://github.com/JanssenProject/jans/commit/361f52b4ed30a58c98363adee3bdf2f71e1226ff))
* prepare for 1.0.21 release ([#7008](https://github.com/JanssenProject/jans/issues/7008)) ([2132de6](https://github.com/JanssenProject/jans/commit/2132de6683f67bf22d5a863b149770d657073a83))

## [1.0.20](https://github.com/JanssenProject/jans/compare/jans-cli-tui-v1.0.19...jans-cli-tui-v1.0.20) (2023-11-08)


Expand Down
2 changes: 1 addition & 1 deletion jans-cli-tui/cli_tui/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
https://www.apache.org/licenses/LICENSE-2.0
"""

__version__ = "1.0.21-dev"
__version__ = "1.0.21"

0 comments on commit db1ea1b

Please sign in to comment.