From 4c093c604003bfc3fb40ece63c7744e7115364a6 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:28:02 +0900 Subject: [PATCH] chore(main): release 0.20.1-beta (#242) :robot: I have created a release *beep* *boop* --- ## [0.20.1-beta](https://github.com/instill-ai/mgmt-backend/compare/v0.20.0-beta...v0.20.1-beta) (2024-10-14) ### Bug Fixes * **dashboard:** broken InfluxDB query on trigger count ([#241](https://github.com/instill-ai/mgmt-backend/issues/241)) ([15a3b2e](https://github.com/instill-ai/mgmt-backend/commit/15a3b2e54c7ad9d21a0ee631f3e69838f5331ce9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ release-please/manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f585795..e7ef867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.20.1-beta](https://github.com/instill-ai/mgmt-backend/compare/v0.20.0-beta...v0.20.1-beta) (2024-10-14) + + +### Bug Fixes + +* **dashboard:** broken InfluxDB query on trigger count ([#241](https://github.com/instill-ai/mgmt-backend/issues/241)) ([15a3b2e](https://github.com/instill-ai/mgmt-backend/commit/15a3b2e54c7ad9d21a0ee631f3e69838f5331ce9)) + ## [0.20.0-beta](https://github.com/instill-ai/mgmt-backend/compare/v0.19.2-beta...v0.20.0-beta) (2024-10-08) diff --git a/release-please/manifest.json b/release-please/manifest.json index 3399049..5f9aaef 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.20.0-beta" + ".": "0.20.1-beta" }