diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a5bf8f..fdeb1a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.1 / 2024-05-07 + +* [CHANGE] Serve remote JS script through Cloudflare CDN. No API changes. #17 + ## 0.2.0 / 2024-05-02 * [ENHANCEMENT] Added support of Web UI for better management of the Prometheus rules through UI. #14 diff --git a/src/utils/openapi.py b/src/utils/openapi.py index 248058a..2d5e362 100644 --- a/src/utils/openapi.py +++ b/src/utils/openapi.py @@ -16,7 +16,7 @@ def openapi(app: FastAPI): "providing additional features and addressing its limitations. " "Running as a sidecar alongside the Prometheus server enables " "users to extend the capabilities of the API.", - version="0.2.0", + version="0.2.1", contact={ "name": "Hayk Davtyan", "url": "https://hayk96.github.io", diff --git a/ui/rules-management/index.html b/ui/rules-management/index.html index 6d30711..38d23f8 100644 --- a/ui/rules-management/index.html +++ b/ui/rules-management/index.html @@ -58,7 +58,7 @@

Create New Rule

- +