diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9f688..dd9b8c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.29.0-beta](https://github.com/instill-ai/api-gateway/compare/v0.28.1-beta...v0.29.0-beta) (2024-10-31) + + +### Features + +* **blob:** relay file download and upload to minio ([#261](https://github.com/instill-ai/api-gateway/issues/261)) ([ec27223](https://github.com/instill-ai/api-gateway/commit/ec2722362f8db304032581040969a08405750295)) + + +### Bug Fixes + +* **blob:** build the blob plugin in image ([#263](https://github.com/instill-ai/api-gateway/issues/263)) ([24fc718](https://github.com/instill-ai/api-gateway/commit/24fc718aabcffe63b9194fff256ae2db1a370b08)) + ## [0.28.1-beta](https://github.com/instill-ai/api-gateway/compare/v0.28.0-beta...v0.28.1-beta) (2024-10-23) diff --git a/release-please/manifest.json b/release-please/manifest.json index 0e697c7..3fad272 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.28.1-beta" + ".": "0.29.0-beta" } \ No newline at end of file