From 42c63b963f50b958266336854301da30a4673206 Mon Sep 17 00:00:00 2001 From: Fabio Formosa Date: Sun, 7 Feb 2021 13:37:20 +0100 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4946bb3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +## **v3.0.1** + +Quartz-Manager is now publicly available into the maven central repo into 3 different packages. +You can import: + +* `quartz-manager-starter-api` to have a REST API layer to control your scheduler +* `quartz-manager-starter-ui` to import the UI also, in your spring webapp. +* `quartz-manager-starter-security` if you want to give access to the quartz-manager UI and API only to authenticated users