diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d7d840..8364ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,33 @@ # CHANGELOG +## v18.2.0 (2024-08-22) + +### Feature + +* feat: allow to enable prometheus integration (#8) + +* feat: allow to enable prometheus integration + +* docs: add prometheus documentation and custom dashboard + +* chore: address PR suggestions + +* fix: address PR suggestions + +* fix: address PR suggestions + +* chore: disable flower monitoring by default + +* chore: remove extra spaces + +* chore: improve docs ([`0c3a7c2`](https://github.com/eduNEXT/tutor-contrib-celery/commit/0c3a7c2df2965e64dee9df4562b65697e1a53950)) + ## v18.1.0 (2024-08-22) +### Chore + +* chore(release): preparing 18.1.0 ([`9a46d7f`](https://github.com/eduNEXT/tutor-contrib-celery/commit/9a46d7f9c30979566f33d54e12fa97a19770b49b)) + ### Feature * feat: add flower host ([`b3e3e49`](https://github.com/eduNEXT/tutor-contrib-celery/commit/b3e3e4952a6e32a06be6a8930f7af98d05994091)) diff --git a/tutorcelery/__about__.py b/tutorcelery/__about__.py index c84c510..281e84a 100644 --- a/tutorcelery/__about__.py +++ b/tutorcelery/__about__.py @@ -1 +1 @@ -__version__ = "18.1.0" +__version__ = "18.2.0"