From 6d13dfa6b4c99557889cfc45996291a7541b1822 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 9 Oct 2024 02:00:09 +0900 Subject: [PATCH] chore(main): release 0.30.2-alpha (#694) :robot: I have created a release *beep* *boop* --- ## [0.30.2-alpha](https://github.com/instill-ai/model-backend/compare/v0.30.1-alpha...v0.30.2-alpha) (2024-10-08) ### Bug Fixes * **minio:** fix nil logger causing panic ([ef9645e](https://github.com/instill-ai/model-backend/commit/ef9645e11d177df49fc8f71392d994e8b072c93b)) * **test:** switch to minimock and add tests ([#687](https://github.com/instill-ai/model-backend/issues/687)) ([141da9d](https://github.com/instill-ai/model-backend/commit/141da9de40c3600cb58e379ae61d9c92221e19fd)) --- 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 | 8 ++++++++ release-please/manifest.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index beabbcf4..16253b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.30.2-alpha](https://github.com/instill-ai/model-backend/compare/v0.30.1-alpha...v0.30.2-alpha) (2024-10-08) + + +### Bug Fixes + +* **minio:** fix nil logger causing panic ([ef9645e](https://github.com/instill-ai/model-backend/commit/ef9645e11d177df49fc8f71392d994e8b072c93b)) +* **test:** switch to minimock and add tests ([#687](https://github.com/instill-ai/model-backend/issues/687)) ([141da9d](https://github.com/instill-ai/model-backend/commit/141da9de40c3600cb58e379ae61d9c92221e19fd)) + ## [0.30.1-alpha](https://github.com/instill-ai/model-backend/compare/v0.30.0-alpha...v0.30.1-alpha) (2024-09-13) diff --git a/release-please/manifest.json b/release-please/manifest.json index 5246a94a..03e9be89 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.30.1-alpha" + ".": "0.30.2-alpha" }