Create CHANGELOG.md

This commit is contained in:
Fabio Formosa
2021-02-07 13:37:20 +01:00
committed by GitHub
parent aecc1cab68
commit 42c63b963f

8
CHANGELOG.md Normal file
View File

@@ -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