From 50cf18771e169612b755ba770b890138859b8cc7 Mon Sep 17 00:00:00 2001 From: mo-auto <54212639+mo-auto@users.noreply.github.com> Date: Sat, 23 Sep 2023 17:23:42 +0000 Subject: [PATCH] chore(main): release flex-linux-setup 1.0.18 (#1347) --- flex-linux-setup/CHANGELOG.md | 14 ++++++++++++++ flex-linux-setup/flex_linux_setup/version.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/flex-linux-setup/CHANGELOG.md b/flex-linux-setup/CHANGELOG.md index e5e60369b..74b852664 100644 --- a/flex-linux-setup/CHANGELOG.md +++ b/flex-linux-setup/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.0.18](https://github.com/GluuFederation/flex/compare/flex-linux-setup-v1.0.16...flex-linux-setup-v1.0.18) (2023-09-23) + + +### Features + +* **flex-linux-setup:** add adminu ui token client ([93f4deb](https://github.com/GluuFederation/flex/commit/93f4deb1d1f00eaca3548454aeb79ef3917e9a05)) + + +### Bug Fixes + +* prepare for 5.0.0-18 release ([29f822f](https://github.com/GluuFederation/flex/commit/29f822fb9071d64bef9f05f05d34e62991253c8e)) +* prepare for 5.0.0-18 release ([4af69cb](https://github.com/GluuFederation/flex/commit/4af69cbd7d900d889f15a341368b4bfa2a3552e9)) +* versioning ([f7bd0e0](https://github.com/GluuFederation/flex/commit/f7bd0e051db16ce3b2b2d10b8be9af2b7670f3be)) + ## [1.0.16](https://github.com/GluuFederation/flex/compare/flex-linux-setup-v1.0.15...flex-linux-setup-v1.0.16) (2023-08-14) diff --git a/flex-linux-setup/flex_linux_setup/version.py b/flex-linux-setup/flex_linux_setup/version.py index aeb38bb34..441304cd0 100644 --- a/flex-linux-setup/flex_linux_setup/version.py +++ b/flex-linux-setup/flex_linux_setup/version.py @@ -1 +1 @@ -__version__ = "1.0.17-dev" +__version__ = "1.0.18"